/* scroll */
::-webkit-scrollbar {
    width: 10px; 
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #B2731E;
}

::-webkit-scrollbar-thumb:hover {
    background: #5a3a0f;
}

/* start */

html, body {
    font-family: "Itim", serif;
    font-weight: 400;
    font-style: normal;
    margin: 0px;
    padding: 0;
}

/* landing page */

.landingpage {
    background-image: linear-gradient(rgba(0,0,0,0.60), rgba(0,0,0,0.60)), url("/24-25Webs/miculbrutar/images/background.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.logo {
    width: 400px;
    height: 400px;
    justify-content: center;
    text-align: center;
    margin: 0 auto -25px;
    margin-top: -150px;
}

.explorebutt {
    background-color: #FBC02D;
    color: white;
    border: none;
    border-radius: 40px;
    font-family: "Itim", serif;
    font-size: 44px;
    width: 300px;
    height: 65px;
    display: block;
    margin: 0 auto;
}

.explorebutt:hover {
    cursor: pointer;
    background-color: #a27c1b;
    color:rgb(254, 236, 201);
}
