main > div:first-child > form{
    background-color: rgb(1, 45, 56);
    padding: 1rem;
    border-radius: 6px;
}main > div:first-child > form > input, select{
    padding: .5rem;
    margin: 8px;
    border: none;
    border-radius: 10px;
}main > div:first-child > form > button{
    margin: 8px;
    background-color: rgba(0, 95, 95, 0.767);
    padding: .4rem;
    color: white;
    border: 2px solid white;
    border-radius: 5px;
}main > div:first-child > form > span{
    color: wheat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9rem;
}main > div:first-child > form > label{
    color: white;
}