html {
    min-height: 100%;
    background:linear-gradient(0deg, rgba(38, 41, 51, 0.9), rgba(38, 41, 51, 0.9)), url("/assets/background.jpeg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

body {
    font-family: 'dimica';
    font-weight: normal;
    font-style: normal;
    max-width: 1000px;
    padding: 40px;
    margin-left: auto;
    margin-right: auto;
    word-wrap: break-word;
    color: #A3AEDB;
}

img {
    border-radius: 3%;
    max-width: 100%;
    height: auto;
}

a {
    color: #4D8FDB;
    text-decoration: none;
}

a:hover {
    color: #1F7C4A;
}

input {
    padding: 10px;
    margin: 8px 0;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 12px;
    width: 290px;
    border: none;
}

textarea {
    padding: 10px;
    margin: 8px 0;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 12px;
    border: none;
    resize: none;
}

button {
    cursor: pointer;
    background-color: #4D8FDB;
    padding: 10px;
    display: inline-block;
    border: none;
    box-sizing: border-box;
    border-radius: 12px;
    font-size: 20px;
}

button:hover {
    background-color: #1F7C4A;
}

.preferred-builders-logo {
    max-width: 512px;
    margin-left: auto;
    margin-right: auto;
    filter: invert(39%) sepia(37%) saturate(769%) hue-rotate(95deg) brightness(93%) contrast(93%);
    justify-content: center;
    display: flex;
}

footer {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 15px;
}
