body{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: #0c2d40;

}
.container{
    max-width: 900px;
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
    color: white;
}
p{
    font-size: 24px;
    text-align: justify;
  hyphens: auto;   

}
.whats{
    max-width: 200px;
}
.what{
    text-align: justify;
  hyphens: auto; 
}