form input
{
    height: 45px;
    width: 95%;
    position: relative;
    left: 2%;
    background-color: var(--backgroud);
    border-radius: 10px;
    color: snow;
    font-size: 30px;
    text-align: center;
}
form
{
    position: relative;
    top: 100px;
}
h2
{
    padding-top: 0px;
    margin-top: 0px;
    height: 10px;
}