body {
    background-color: #cdcdcd;
    color: black;
    font-family: Verdana;
    align-content: center;
}
 
.container {
    background-color: #ddd;
    max-width: 300px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    align-items: center;
    line-break: auto;
    line-height: 200%;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}