body{
    background-color: red;
}
.c1{
    text-align: center;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.c2{
    height: 80vh;
    width:60vh;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: cadetblue;
}
.c3{
    align-items: top;
    font-size: 30px;
    margin-bottom: 20px;
    color: white;}