body {
    background-color: #1560bd;
}


div {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 90vh;
 }

 .square {  
    height: 160px;  
    width: 270px;
    padding: 10px;
    font-size: 27px;  
    background-color: white;  
    text-align: center;
    word-wrap: break-word;
}


p {
    font-size: 27px;
    color: white;
    
}

input {
    font-size: 20px; 
}









