html {
    height: 100%;
    font-family: "Montserrat", "Calibri", serif;
    background-size: cover;
    color: white;
    text-align: center;
    background: rgb(111, 121, 122);
}

img {
    margin-top: 5%;
    width: 30%;
}

header {
    font-size: xx-large;
    font-weight: 200;
    font-style: normal !important;
    margin: 0;
}

footer {
    position: fixed;
    bottom: 0;
    right: 30px;
    font-size: 20px !important;
    margin: 10px;
}

h1 {
    margin: 0;
}

p {
    color: white;
    font-size: 32px;
}

input {
    padding: 20px;
    border: 0;
    background: white;
    color: rgb(111, 121, 122);
    font-size: 20px;
    font-family: "Montserrat", "Calibri", serif;
    transition: color 200ms ease-in-out;
    transition: background 200ms ease-in-out;
}

input:hover {
    background: #6f1009;
    color: white;
}

.link-white {
    color: white;
}

.link {
    color: #6f1009;
}