body{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #ffffff;
    overflow: hidden;
    margin: 0;
}
section{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
p{
    color: black;
    font-family: Poppins,sans-serif;
    margin: 0;
}
.alice-blue{
    width: 15%;
    height: 100%;
    background-color: AliceBlue;
    margin-left: 1%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.antique-white{
    width: 15%;
    height: 100%;
    background-color: AntiqueWhite;
    margin-left: 1%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

