.div101{
    padding: 0.5%;
}
.div101>div{
    text-align: center;
}
.selectatp{
    width: 80%;
    border-radius: 10px;
    height: 33px;
    font-family: fantasy;
}
.selectatp:hover{
    cursor: pointer;
    background-color: hsl(85, 100%, 94%);
}
h2,h3,h6,form{
    text-align: center;
}