#scrollSpeedMobile {
    display: none;
    width: 100%;
    height: 20%;
    background-color: rgb(230, 230, 230, 0.89);
    display: none;
    position: fixed;
    top: 12%;
    left: 0;
    z-index: 3;
}

#fontChangeMobile {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgb(230, 230, 230, 0.801);
    display: none;
    position: fixed;
    top: 10%;
    left: 0;
    z-index: 3;
}

#container2 {
    width: 120px;
    height: 120px;
    background-color: lightgrey;
    border-radius: 50%;
    transform: rotate(45deg);
    display: none;
    position: fixed;
    bottom:10px;
    right:10px;
    z-index: 3;
}

.second_quarter {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    border-bottom: 2px solid white;
    border-left: 2px solid white;
}

.fourth_quarter {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border-right: 2px solid white;
    border-top: 2px solid white;
}

.img_type {
    width: 20px;
    height: 20px;
    position: absolute;
    filter: grayscale(10px);
    transform: rotate(-45deg);
}

.image1 {
    top: 25px;
    left: 25px;
}

.image2 {
    top: 25px;
    right: 25px;
}

.image3 {
    bottom: 25px;
    right: 25px;
}

.image4 {
    bottom: 25px;
    left: 25px;
}

.image5 {
    width: 30px;
    height: 30px;
    position: absolute;
    border: 2px solid white;
    border-radius: 50%;
    background-color: white;
    top: 46px;
    right: 46px;
    left: 46px;
    bottom: 46px;
    transform: rotate(-45deg);
}
.font_change{
    top:30%;
    position: absolute;
    width:100%;
    height: 50%;
}
.buttons_section{
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height:100px;
}
.button_square{
    margin:10px;
    width:80px;
    height:80px;
    border-radius:10px;
}
.exit_section{
    left:50%;
    bottom:0;
    position: absolute;
    transform: translate(-50%, 0);
}