body{
    background-color: #065f7c
}
.container{
    background-color: white;
    padding: 20px;
    margin: 500px;
    margin-left: 525px;
    padding-top: 1px;
    border-radius: 1%;
}
h2{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif
}
#top{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    width: 250px;
    padding: 4px;
}
#middle{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    width: 250px;
     padding: 4px;
}
#bottom{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    width: 250px;
     padding: 4px;
}
#two{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    width: 260px;
     padding: 4px;
}
#three{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    width: 250px;
     padding: 6px;
}

    button {
      width: 100%;
      padding: 6px;
      background: #065f7c;
      border: none;
      border-radius: 2px;
      cursor: pointer;
      font-size: 14px;
      color: white;
}