.landing{
    width: 50px;
    height: 20px;
}

.container{
    background-color: #acacac;
    z-index: 2;
    padding: 5%;
    height: max-content;
    margin-top:3%;
    margin-bottom:3%;
    border-radius: 25px;
    text-align: center;
}

h1{
    font-family: "Lobster", serif;
}

a{
    text-decoration: none;
}

.form-control{
    border: olive;
}
