body {
    padding: 50px 0;
    background-color: #ff42cf;
    font-family: 'Orbitron', sans-serif;
}

h2 {
    color: #fff; 
    margin-bottom: 35px; 
    text-align: center; 
    margin-top: 0;
}

img.admin-logo {
    width:auto; 
    margin: 0 auto 20px; 
    display: block;
}

.fat {
    font-weight: 900;
}

.btn-submit {
    display: inline-block;
    width: 100px;
    padding-bottom: 3px;
}

#droparea {
    background-color: #c1f7d5;
    height: 55vh;
    border: 2px dashed black;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#droparea.pink {
    background-color: #ffd2ee;
}

#droparea.green {
    background-color: #c1f7d5;
}

#buttons {
    margin-top: 20px;
    text-align: center;
}

#toggle-label {
    display: inline-block;
    margin-right: 5px;
    font-weight: 700;
}

#droparea.error {
   color: red; 
}