body {
    background-size: cover;
    /* background-image: url("/static/mainpage/images/IMG202210070117.jpg"); */
    background-repeat: no-repeat;
    /* background-color: #7cba75; */
    background-color: #fbfbfb;
    position: relative;
}

.title {
    text-align: center;
}

#toggle, .toggle {
    cursor: pointer;
    position: absolute;
    top: 35%;
    right: 6%;
    width: 20px;
    height: 20px;
    border: none;
    background-color: transparent;
}