@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@1,200&display=swap');

*{
    margin: 0;
    padding: 0;
}

body{
    background-color: antiquewhite;
    overflow: hidden;
}
.container-fed{
    height: 64vh;
    margin: 8vh 3vw;
    font-family: 'Roboto Mono', monospace;
    font-size: 1.5vw;
    font-weight: 900;
}
p{
    padding: 10px;
}
.fa{
    font-size: 1.2vw;
    width: 20vw;
    margin: 2px 8px;
}
.fa3{
    width: 40vw;
}
.container-fed p input{
    border: 2px solid black;
    border-radius: 6px;
    padding: 4px;
}
.container-fed p input:hover{
    font-size: 1.5vw;
    /* background-color: grey; */
    /* color: white; */

}
.submit{
    padding: 2px;
    margin: 1.5vh 1vw;
    background-color: white;
    border: 2px solid black;
    border-radius: 8px;
}
.submit a{
    color: black;
    text-decoration: none;
    font-family: 'Roboto Mono', monospace;
    font-size: 1.2vw;
    font-weight: 900;

}
.submit a:hover{
    font-size: 1.4vw;
}