body{
    height: 100vh;
    background-color: lightslategrey;
}

header{
    width: 100%;
    height: 50px;
    border: 1px solid #000;
    background-color: #a27752a1;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center; 
    font-family: 'Courier New', Courier, monospace;
    border-radius: 20px;
}

.input{
    width: 99%;
    height: 400px;
    background-color: wheat;
}
.wer{
    width: 210px;
    height: 101px;
    gap: 10px;
}
.bos{
    width: 100px;
    height: 100px;
    border-radius: 10px;
}
.reset{
    width: 100px;
    height: 100px;
    border-radius: 10px;
}

a{
    width: 1300px;
    height: 35px;
    border: 1px solid #000;
    color: white;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: darkslategray;
    margin-bottom: 40px;
}