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;
}
nav{
    text-align: center;
    border-radius: 5px;
    width: 30%;
    left: 500px;
    position: absolute;
    background-color: black;
    color: white;
}
input{
    border-radius: 5px;
}
button{
    color: white;
    background-color: rgb(61, 38, 38);
    border-radius: 5px;
    height: 50px;
    width: 100%;
}
form{
    width: 100%;
}
footer {
    text-align: center;
    color: white;
    background-color: gray;
}
footer>img {
    width: 6%;
    height: 100px;
    right: 100px;
}footer {
    top: 500px;
    width: 100%;
    position: absolute;
    text-align: center;
    color: white;
    background-color: gray;
    left: 0;
}
footer>img {
    width: 6%;
    height: 100px;
    right: 100px;
}
.so1{
    width: 90%;
    height: 30px;
}
.so2{
    width: 90%;
    height: 30px;
}
