
* {box-sizing:border-box}
* {font-family: 'Courier New', Courier, monospace;}
* body{
  background-color: #ffff80;
}
.flex-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    /*height: 100vh;*/
}
.flex-item {
    background-color: #3498db;
    color: #fff;
    padding: 20px;
    margin: 10px;
    border-radius: 5px;
}
h1,h2,h3,h4,h5,h6{
    text-align: center;
}