


select {
    margin-top: 10px;
    text-align: center;
    width: 80%;
    height: 35px;
    border-radius: 10px;
    border: none;
    outline: none;
    font-size: 16pt;
}

select:hover {
    box-shadow: 2px 2px 10px #6e6cfc;
}

input {
    margin-top: 10px;
    text-align: center;
    width: 60%;
    height: 35px;
    border-radius: 10px;
    border: none;
    outline: none;
}

input:hover {
    box-shadow: 2px 2px 10px #6e6cfc;
}

input:active {
    box-shadow: 2px 2px 20px #6e6cfc;
}
input[type=submit]{
    margin-top: 30px;
    width: 40%;
    height: 35px;
    border-radius: 10px;
    background: #6e6cfc;
    border: 1px solid #6e6cfc;
    outline: none;
    color: #fff;
    font-size: 20px;
}