body {
    font-family: 'Inter';
    overflow: hidden;
}

/* Styling for the title element */
.title {
    font-size: 73px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

/* Styling for buttons inside the title element */
.title button {
    background-color: transparent;
    border: none;
    height: 32px;
    width: 32px;
    cursor: pointer;
}

/* Styling for the body of the document */
body {
    font-family: 'Inter';
}

.d-none {
    display: none !important;
}

@media (max-width: 770px){

    .main-content{
        padding-left: 16px;
        padding-bottom: 80px;
    }
}