body {
    width: 100%;
    height: 100%;
}

form {
    margin-top: 1.5%;
    margin-bottom: 1.5%;
}

.form-control {
    background-color: whitesmoke;
}

#button{
    color: black;
    font-weight: 700;
    margin-top: 30px;
    background-color: white;
    position: relative;
}

#button:hover {
    background-color: black;
    color: white;
}

header {
    width: 100%;
    height: 100%;
}

p {
    text-align: center;
    font-weight: 900;
    font-size: medium;
}

h2 {
    font-size: 1em;
    text-align: center;
    color: black;
}

h3 {
    font-size: 0.7em;
    text-align: center;
    color: black;
    color: white;
}

#info {
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
}

