.guideButtonClass {
    height: 52px;
    width:30%;
    text-align: center;
    font-size: 40px;
    background-color: #ffdfe5;
    border-radius: 15px;
    position: absolute;
    margin: 0 0 0 35%;
}

.guideButtonSmallClass {
    height: 42px;
    width:20%;
    text-align: center;
    font-size: 33px;
    background-color: greenyellow;
    border-radius: 15px;
    position: absolute;
    margin: 5px 0 0 40%;
}