#form
{
    width: 100%;   
    margin: auto;
    display: block;
    font-family: Ariel;
    font-size: 15px;
    text-align: center;
}

h1
{
    text-align: center;
    font-size: 25px;
    padding: 20px 1cm;
    font-weight: bold;
    cursor: pointer;
}

#styled-select select
{
    width: 260px;
    padding: 5px;
    font-size: 15px;
    line-height: 1;
    border: 0;
    border-radius: 3px;
    height: 34px;
    -webkit-animation: none;
    font-family: Ariel;
    color: #45A29E;
    background-color: #4f4f53;
    -webkit-animation: none;
    border: none;
    text-indent: 0.01px;
    text-overflow: '';
}

.form-box
{
    position: relative;
    color: #66FCF1;
    width: 400px;
    height: 450px;
    background-color: #1f2833;
    display: flex;
    justify-content: center;
    align-items: center;
}

input
{
    width: 250px;
    padding: 5px;
    font-size: 15px;
    line-height: 1;
    border: 0;
    border-radius: 3px;
    height: 24px;
    font-family: Ariel;
    color: #45A29E;
    background-color: #4f4f53;
    border: none;
    text-indent: 0.01px;
    text-overflow: '';
}

section
{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

label
{
    font-weight: bold;
    display: inline-block;
    margin: 3px;
}


input[type=submit]
{
    color: #66FCF1;
    font-family: Arial;
    padding: 10px 30px;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    width: auto;
    height: auto;
    background-color: #4f4f53;
    margin: 10px;
    cursor: pointer;
    align-content: center;
    border: 1px solid #66FCF1;
    border-radius: 4px;
}