body{
    color: white;
    margin: 0;
    font-family: sans-serif;
    background-image: url('images/stars.jpg');
}

header{
    text-align: center;
}

nav{
    background-color: rgb(0, 0, 0);
}

nav ul{
    margin: 0;
    margin-left: 35px;
    padding: 0;
    list-style-type: none;
    display: inline-block;
}

nav ul li{
    display: inline-block;
}

nav ul li a{
    font-size: 18px;
    color: white;
    text-decoration: none;
    float: inline-start;
    padding: 20px;
}

nav ul li:hover{
    background-color: grey;
    transition: 0.5s;
}

.guestbook{
    float: inline-end;
}

.container{
    margin-top: 20px;
    text-align: center;
}

#welcome{
    margin: 0;
    padding: 10px;
    font-size: 55px;
}

#ni{
    font-size: 18px;
}

.maincontent{
    margin-top: 150px;
    margin-bottom: 140px;
    font-size: x-large;
    display: flex;
}

.content{
    margin-left: 50px;
    padding: 20px;
    padding-top: 60px;
    text-align: justify;
}

.content #wip{
    padding: 30px;
    text-align: center;
    color: red;
}

.updates{
    margin-left: 400px;
    width: 500px;
    float: inline-end;
}

iframe{
    width: 500px;
    height: 280px;
}

footer{
    text-align: right;
    margin-right: 30px;
}