body {
   position: absolute;
    top: 39%;
    left: 49%;
    transform: translate(-50%, -50%);
}

.container {
    text-align: center;
}

button {
    background-color: #3070bf;
    color: white;
   border: none;
    padding: 10px px;
    font-size: 7px;
    cursor: pointer;
    width: 95px;
   height: 18px;
   
    border-radius: 5px;
    font-family: 'Times New Roman', Times, serif;
}

