@import "loader.css";
@import "style.css";
@import "overlay.css";

input {
    font-family: sans-serif;
    font-size: 20px;
    margin-bottom: 15px;
    max-width: 75%;
    height: 25px;
}

.list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
}

a{
    margin-bottom: 5px;
}