.primary-background{
    background: #e1ceae;
}

.primary-color{
    color: #e1ceae;
}

.round{
    border-radius: 50%;
width: 100px;
height: 280px;
justify-content: center;
align-items: center;
display: flex;
font-size: 31px;
}

.secondary-background{
    background-color: #78430f !important;
}

.btn{
   font-size: 20px;
}


@media only screen and (max-width: 600px) {
    .round {
            border-radius: 50%;
    width: 90px;
    height: 87px;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 16px;
      }
}

