@font-face {
    font-family: 'Trivia Serif Book';
    src: url('../fonts/Storm\ -\ TriviaSerifMedium.otf');
}

@font-face {
    font-family: 'christmas';
    src: url('../fonts/christmasbellaregular-eaern.ttf');
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.one-section {
    width: 100%;
    height: 100%;
    position: relative;
}

.os-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.os-div {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.os-p {
    font-size: 3rem;
    color: #403c39;
    font-family: 'Trivia Serif Book';
    text-align: center;
    white-space: pre-line;
}

.os-img2 {
    width: 150px;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.os-p2 {
    font-size: 7rem;
    color: #403c39;
    font-family: "christmas";
    text-align: center;
    white-space: pre-line;
    font-weight: 500;
    margin-top: -80px;
}

.os-img3{
    width: 150px;
    position: absolute;
    top:35%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.os-div2{
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.os-p3{
    font-size: 1.1rem;
    color: #403c39;
    text-align: center;
}

.os-span{
    font-weight: 700;
}


@media screen and (max-width: 768px) {
    .os-div2{
        bottom: 0;
    }

    .os-p2{
        font-size: 5rem;
        margin-top: -60px;
    }

    .os-p3{
        font-size: 1rem;;
    }

    .os-img2{
        width: 100px;
    }

    .os-img3{
        width: 100px;
    }

    .os-p{
        font-size: 2rem;
    }


}