 body{
    background: rgb(34, 34, 34);
    color: white;
    font-family: 'Courier New', Courier, monospace;
    font-size: large;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: white;
    height: auto;
}

header{
    background: rgb(0,0,0);
    padding: 10px;
}

nav ul{
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

nav li{
    display: inline-block;
    margin-right: 20px;
}


footer{
    background: #111827;
    padding: 10px, 20px;
    color: rgb(139, 139, 139);
    display: block;
}              

a{
    text-decoration: none;
    color: white;
}


.logo{
    margin-right: auto;
}
.logoImg {
    background-image: url(images/icon.png);
    
    position: relative;
    background-size: 50px;
    top: 0px;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}