body {border-radius: 25px;
  border-style: groove 10px;
  border-color: #817d77;
  background-color: #f5f5f7;
}


#formbox {
    border-radius: 25px;
    border: 7px solid #2a95c7;
    background-color: #ffffff;
    padding: 20px;
    overflow: hidden;
}

.logos {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

#submit {
    text-align: center;
}

#response {
    text-align: center;
}
