html {
    scrollbar-width: none;
    ::-webkit-scrollbar {display: none;}
}

body {
    background-image: url("./images/Background.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    overflow: hidden;
}
h1 {
    text-align: center;
    font-family: sans-serif;
    color: transparent;
    background-image: url("./images/Frame.png");
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 100px;
    font-size: 100px;
    font-weight: 800;
    margin-bottom: 0;
}
.decp {
    text-align: center;
    font-family: sans-serif;
    color: transparent;
    background-image: url("./images/Frame.png");
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 50px;
    font-size: 50px;
    font-weight: 800;
    margin-top: -20;
}
.modal {
    height: 300px;
    width: 800px;
    background-color: rgba(15, 15, 15, 0.3);
    border-radius: 20px;
}
.onmodal {
    display: flex;
    align-items: center;
    justify-content: center;
}
.modaldesc {
    text-align: center;
    color: #e0e1dd;
    font-family: sans-serif;
    font-weight: 500;
    font-size: 30px;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 80px;
}
.modalpoddesc {
    text-align: center;
    color: #e0e1dd;
    font-family: sans-serif;
    font-weight: 800;
    font-size: 30px;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 20px;
}
.footdesc {
    position: fixed;
    bottom: 0;
    color: #e0e1dd;
    font-family: sans-serif;
    font-size: 20px;
}
footer {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
    h1 {
        font-size: 40px;
        margin-top: 30px;
    }
    .decp {
        font-size: 25px;
        margin-top: 0;
    }
    .modal {
        height: 150px;
    }
    .modaldesc {
        font-size: 15px;
        margin-top: 20px;
    }
    .modalpoddesc {
        font-size: 20px;
    }
}