body{
    background-color: black;
}
header img{
    margin-left: 0;
    display:flex;
}
.line{
    width: 100%;
    height: 4px;
    background-color: goldenrod;
    display:block;
}
.navbar {
    background-color: goldenrod;
    width: 100%;
    height: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
   right: 15px;
   z-index:10;
   margin-top:1%;
}
nav a { 
    margin-right: 40px;
    position: relative; top: -10px;
    color: aliceblue;    
}
.text{
    color:white;
}