*{
    margin: 0;
    padding: 0;
}
/*header,main{
    background-color: blue;
    border: 10px red solid;
    padding: 10px 10px 10px 20px;
    margin: 30px;
}*/
header{
    background-color: cornflowerblue;
    height: 75px;
    width: 100%;
}
header a{
    color: black;
    text-decoration: none;

}
header a:hover{
    color: black;
    text-decoration:underline;
    
}
header li{
    display: inline;
    margin-right: 3.5vw;
    font-size: 20px;

}
header ul{
    position:absolute;
    right: 6vw;
    top:0;
    line-height: 75px;
    
}

h1{
    display: block;
    position:absolute;
    left: 6vw;
    top:0;
    line-height: 75px;
    text-indent: -9999px;
}
header img{
    position: absolute;
    left: 150px;
}
.into{
    background-color: aqua;
    width: 100%;
    height: 350px;
}

.jd:hover{color: blue;

}
/*text.html h1{
    position: absolute;
    top: 100px;
}*/

/*nav{
    background-color: blue;
}*/