@charset "utf-8";

/*--------------------------*/
img {
    width: 100%;
    display: block;
    line-height: 0;
    font-size: 0;
}
.title{
    background-color: #696969;
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15vh;
    margin-bottom: 20px;
}
section + section{
    margin-top: 10px;
}

.content {
    padding: 10px;
}

.cake {
    font-size: 30px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
}

.one {
    background-color: #d3d3d3;
}

.two {
    background-color: #c0c0c0;
}

.three {
    background-color: #a9a9a9;
}

.four {
    background-color: #808080;
}

.five {
    background-color: #696969;
}

.footerContent{
    background-color: #d3d3d3;
    height: 10vh;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
}