.content {
    height: 2000px; /* Hauteur suffisante pour permettre le défilement */
}

#scrollTopBtn {
    position: relative;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    padding: 10px 15px;
    background-color: rgb(17, 17, 17);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: Ouroboros;
    font-size: 20px;
}

#scrollTopBtn:hover {
    background-color: #951919;
}

.bottombutton {
    padding-top: 50px;
}
