.title {
    width: calc(100% - 60px);
    padding: 20px;
    background-color: rgba(38, 0, 255, 0.1);
    border-radius: 15px;
    margin: 30px;
}

.atab {
    padding: 10px;
    background-color: rgba(38, 0, 255, 0.1);
    margin-top: 10px;
    border-radius: 15px;
}

.all h1:last-child {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: rgba(38, 0, 255, 0.1);
    width: fit-content;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.all h1:last-child:hover {
    background-color: rgba(65, 37, 224, 0.1);
}

/* .main {
    min-height: unset;
    height: calc(100% - 65px - 60px - 115px);
} */