﻿.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
}

form {
    display: flex;
    justify-content: center;
    align-items: center;
}

div.message {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.big {
    font-size: 3vh;
    margin-left: 8vw;
    margin-right: 8vw;
    margin-top: 2vh;
    margin-bottom: 2vh;
}

.med {
    font-size: 2vh;
    margin: 2vw;
}

img {
    max-width: 100%;
    max-height: 100%;
}

body {
    background: black;
}

input {
    background-color: black;
    border-color: #e70007;
    padding: 4px;
    margin: 8px;
    color: #e70007;
    font-family: "MedievalSharp", cursive;
    font-weight: 400;
}

.message {
    font-family: "MedievalSharp", cursive;
    font-weight: 400;
    font-style: normal;
    color: #e70007;
}
form {
    display: flex;
    justify-content: center;
    align-items: center;
}