header>a>img{
    width: 20%;
}
header>img{
    width: 20%;
    position: relative;
    left: 200px;
}
.top-right{
    letter-spacing: 3px;
    border-radius: 10px;
    padding: 10px;
    margin: 50px;
    position: absolute;
    background-color: black;
    color: white;
    text-decoration: none;
    left: 1000px;
    top: 0;
}
.top-right>a{
    text-decoration: none;
    color: white;
}
a{
    color: white;
    text-decoration: none;
}
nav{
    border-radius: 5px;
    line-height: 50px;
    height: 350px;
    width: 30%;
    left: 500px;
    text-align: center;
    position: absolute;
    background-color: black;
    color: white;
}
input{
    border-radius: 5px;
    width: 90%;
    height: 30px;
}
button{
    border-radius: 5px;
    height: 35px;
    width: 92%;
    color: white;
    background-color: rgb(83, 53, 53);
}
footer {
    text-align: center;
    color: white;
    background-color: gray;
}
footer>img {
    width: 6%;
    height: 100px;
    right: 100px;
}footer {
    top: 600px;
    width: 100%;
    position: absolute;
    text-align: center;
    color: white;
    background-color: gray;
}
footer>img {
    width: 6%;
    height: 100px;
    right: 100px;
}