    * {
        padding: 0;
        margin: 0;
    }
    
    body {
        display: flex;
        width: 1280px;
        height: 1755px;
        padding: 95px 74px 95px 73px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        margin: 0 auto;
    }
    
    @font-face {
        font-family: "great day";
        src: url(Fonts/GreatDayPersonalUse-14M2.ttf);
    }
    
    @font-face {
        font-family: "great vibes";
        src: url(Fonts/GreatVibes-Regular.ttf);
    }
    
    @font-face {
        font-family: "inter";
        src: url(Fonts/Inter-VariableFont_opsz\,wght.ttf);
    }
    
    h1 {
        color: #D72323;
        text-align: center;
        font-family: "great vibes";
        font-size: 150px;
        font-style: normal;
        font-weight: 400;
        line-height: normal
    }
    
    h2 {
        color: #D72323;
        text-align: center;
        font-family: "great day";
        font-size: 96px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    
    .h2 {
        color: #D72323;
        text-align: center;
        font-family: "great vibes";
        font-size: 96px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    
    h3 {
        color: #D72323;
        text-align: center;
        font-family: "great day";
        font-size: 90px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    
    h4 {
        color: #D72323;
        text-align: center;
        font-family: "great day";
        font-size: 84px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    
    h5 {
        color: #D72323;
        text-align: center;
        font-family: "great day";
        font-size: 64px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    
    h6 {
        color: #FFF;
        font-family: "inter";
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    
    .div1 {
        width: 1133px;
        height: 1565px;
        background-image: url(Assets/Frame\ 10.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .div2 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        align-items: center;
        height: 408px;
    }
    
    .div3 {
        display: flex;
        width: 1116px;
        height: 1158px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 45px;
    }
    
    .img1 {
        width: 1189px;
        height: 471px;
        aspect-ratio: 1189/471;
    }
    
    .div4 {
        display: flex;
        width: 529px;
        flex-direction: column;
        align-items: center;
        gap: 44px;
        height: 229px;
    }
    
    .textbox {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 26px;
    }