.title{
    margin: 0;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    margin-left: 10rem;
}
.navbar{
    display: flex;
    width: 100%;
    justify-content: space-between;
    background-color: pink;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}
.div-buttons{
    display:flex;
    align-items: center;
    margin-right: 10rem;
}

.mt-15{
    margin-top: 1500px;
}