@import url("/content/united.css");
@import url("/content/fonts.css");
body {
    overflow: hidden;
}
main{
    padding-top: 100px;
    background: #00A6F7;
    height: 100%;
}
input{
    font-family: var(--gb);
    border-bottom: #888888 6px solid;
    color: black;
    margin-left: 3%;
    text-align: center;
    font-size: 30px;
    padding-bottom: 10px;
}
input[type="file"]{
border: none;
}
.align{
    display: flex;
    justify-content: center;
    align-items: center;
}
.form{
    background: white;
    border-radius: 25px;
    padding: 40px;
}
.button{
    font-family: var(--gb);
    background: var(--blu2);
    color: white;
    padding: 7px 20px;
    border-radius: 20px;
    font-size: xx-large;
}
.button:disabled{
    background: var(--ugr);
}
.file{
    width: 100%;
    border-bottom: var(--blu2) 6px solid;
    color: black;
    margin-left: 3%;
    text-align: center;
    font-size: 30px;
    padding-bottom: 10px;
    font-family: var(--gb);
    padding: 7px 20px;
    border-radius: 4px;
}
.file:hover{
    transition: .3s !important;
    background: var(--blu5);
    color: white;
}