*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

html,body{
    height: 100%;
    width: 100%;
    background-color: #dadada;
    scroll-behavior: smooth;
}
main{
    width: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow-x: hidden;
}

nav{
    position: fixed;
    width: 100%;
    display: flex;
    justify-content:center;
    align-items: center;
    z-index: 999;
    transition-duration:0.5s;
    transition-timing-function: all ease-out;
    background-color:transparent;
}

.nav{
    height: 100%;
    width:80%;
    padding:1% 2%;
    display: flex;
    justify-content:space-between;
    gap: 2vw;
    align-items: center;
    z-index:999;
}

.nl-img{
    height: 100%;
    width:auto;
    padding: 0.5% 1%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#nl img{
    height: 5vh;
    object-fit: cover;
    object-position: center;
}

#search-bar input{
    width: 100%;
    font-size: larger;
    font-weight: 500;
    outline-color:transparent;
    border: 0;
}

#search-bar{
    height: 4vh;
    width:fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2vh;
    padding: 0.5% 3%;
    border-radius: 20px;
    border: solid black 1.5px;
    background-color: white;
}

#nl{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2vw;
    position: relative;
}

#nr{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4vh;
}

#nr a{
    color: #111;
    font-size: large;
    font-weight: 500;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-decoration: underline;
    transition-duration:0.5s;
    transition-timing-function: all ease-out;
    font-weight: 800;
}

#nr a:hover{
    text-decoration: overline;
}

nav:hover{
    backdrop-filter: blur(10px);
}

#nr span{
    color:#111;
    font-weight: 900;
}

#menu{
    display: none;
    color: wheat;
    position: absolute;
    top: 20% ;
    right: 10%;
}
#page1{
    height:100vh;
    width: 100vw;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:1%;
    overflow: hidden;
}

#pg1-container{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items:center;
    padding:0 2% ;
}

#text{
    height:100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:flex-start;
    gap:4vh;
}

#text h1{
    font-size: 15vh;
    font-weight:900;
    color:#433326;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    gap:1vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#text span{
    transition-duration: 0.2s;
    transition-timing-function: all ease;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    cursor: pointer;
}

#text span:hover{
    transform: translateY(-15%);
}
#text h3{
    font-size: 4vh;
    font-weight: 900;
    color:#111;
    border: solid #433326 1px;
    padding: 1%;
    border-radius: 20px;
}
#text span1{
    color: navy;
}

#pg1-image-container{
    height: 80vh;
    width: 50%;
    background-color: #dadada;
    clip-path: polygon(6% 45%, 0 2%, 89% 8%, 79% 34%, 100% 31%, 100% 84%, 81% 77%, 73% 95%, 0 99%, 10% 71%, 29% 65%, 28% 45%);
}

#pg1-image-container img{
    object-fit: cover;
    object-position: center;
    transition-duration: 1s;
    transition-timing-function: linear all ease; 
}

#pg1-image-container img:hover{
    transform: scale(1.5);
}

#page2{
    height:50vh;
    width: 100vw;
    display:flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #111;
    flex-direction: column;
}

#page2 h1{
    font-size: 6vh;
    font-weight: 900;
    color: wheat;
}

#pg2-container{
    height:100%;
    width: 100%;
    display: flex;
    justify-content:space-around;
    align-items:center;
    padding:3%;
    cursor: pointer;
}

.category{
    height:100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.image{
    height: 20vh;
    width: 20vh;
    border-radius: 50%;
    gap:5%;
    overflow: hidden;
}

.image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition-duration: 1s;
    transition-timing-function: all ease;
}

.image img:hover{
    transform: scale(2);
}

.category h4{
    font-size: 4vh;
    font-weight: 800;
    color: #dadada;
}

#page3{
    height: 100vh;
    width: 100vw;
    background-color: #dadada;
}

#watch-container{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#watch-queue{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#watch-queue1{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-30deg);
    white-space: nowrap;
}

#watch-queue2{
    height: fit-content;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    gap: 8vw;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: watch1;
    animation-direction: alternate;
}

#watch-queue h2{
    font-size: 6vh;
    font-weight: 900;
    color: #433326;
}
#watch-container img{
    height: 120vh;
    position: absolute;
    border: 0;
    z-index:998;
    bottom: -35%;
}

@keyframes watch1{
    0%{
        transform:translate(0,0);
    }
    100%{
        transform:translate(-100%,-100%);
    }
}

@keyframes watch2{
    0%{
        transform:translate(0,0);
    }
    100%{
        transform:translate(-100%,-100%);
    }
}

.seperator-pg3{
    height: 0;
    width: 0;
    border-right:100vw solid transparent;
    border-bottom: 5vw solid #111;
}

#page4{
    height: 60vh;
    width: 100vw;
    white-space: nowrap;
    background-color: #111;
    padding: 5% 0 0 0;
}

#pg4-container{
    height:100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2vh;
    padding: 2%;
}

#pg4-collection-container{
    height: 100%;
    width: 100%;
    display:flex;
    align-items: center;
    justify-content: center;
    gap: 2vw;
    padding: 2%;
}

#pg4-container h1{
    font-size: 6vh;
    font-weight: 900;
    color: wheat;
}

.collection{
    height:100%;
    width:30%;
    position: relative;
}
.collection img{
    height:100%;
    width: 100%;
    border-radius: 50px;
    object-fit: cover;
    object-position: center;
}

.collection h4{
    font-size: 4vh;
    font-weight: 900;
    color:wheat;
    text-align: center;
    position: absolute;
    bottom:0;
    left: 40%;
    z-index: 2;
}

#blur-bottom{
    height: 10vh;
    width: 100%;
    background:linear-gradient(to top,#111,transparent);
    position: absolute;
    bottom: 0;
    z-index: 1;
}

#page5{
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

#pg5-container{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content:center;
}

#pg5-container1{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content:flex-start;
    overflow:scroll;
    gap: 6vh;
}

.slide{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2vh;
}

.slide img{
    height: 40%;
    transition-duration:0.5s;
    transition-timing-function: all ease;
    cursor: pointer;
}
.slide img:hover{
    transform: scale(1.2);
}
.slide h4{
    font-size: 4vh;
    font-weight: 900;
    color: #111;
    text-align: center;
}

#page6{
    height: 80vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

#video{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#video video{
    height: 80%;
    width: 80%;
    object-fit: cover;
    object-position: center;
    border-radius: 50px;
}

#page0{
    height:auto;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
#pg0-container{
    height:100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1%;
}
.pg0-queue{
    height: 100%;
    width: 100%;
    display:flex;
    justify-content:center;
    align-items: center;
    gap: 7vw;
    white-space: nowrap;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: anime;
}
.pg0-queue h2{
    font-size: 4vh;
    font-weight: 900;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    -webkit-text-stroke: #433326 2px;
    color: transparent;
    transition-duration: 0.5s;
    transition-timing-function: all ease;
    cursor: pointer;
}

.pg0-queue h2:hover{
    color: #433326;
}

#page7{
    height: 50vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2vh;
    position: relative;
}

#pg7-container{
    height: 100%;
    width:100%;
    display: flex;
    align-items: center;
    justify-content:flex-start;
    overflow-y: hidden;
    overflow-x:auto;
    gap: 5vh;
    padding: 0  5%;
    scrollbar-width: none;
}

.trending{
    height: 100%;
    width: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1vh;
    background-color:white;
    padding: 0.5%;
    border-radius:20px;
    white-space: nowrap;
    transform: translateX(50%);
}
.tr-img{
    height:100%;
    width: 100%;
    display: flex;
    white-space: nowrap;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}

.tr-img img{
    height: 100%;
    width: 100%;
    white-space:nowrap;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 20px;
    object-position: center;
}

.trending p{
    font-size: medium;
    font-weight: 400;
    color: #433326;
    width: 100%;
    overflow: hidden;
}
.trending h2{
    font-size: larger;
    font-weight: 800;
    color: #111;
    width: 100%;
    text-align: left;
}

#page7 h1{
    font-size: 6vh;
    font-weight: 900;
    color:#433326;
}
#page8{
    height:fit-content;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2vw;
    padding: 4% 0;
    margin-top: 1vh;
    border-top: solid #433326 1px;
    border-bottom: solid #433326 1px;
}

#pg8-container{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

#pg8-blur-bottom{
    height: 11vh;
    width: 100%;
    background:linear-gradient(to top,#dadada,transparent);
    position: absolute;
    bottom: 0;
    z-index: 1;
}

#pg8-container img{
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    object-position: center;
}
.page8-a{
    font-size: 5vh;
    font-weight: 900;
    color:#433326;
    border: solid #433326 2px;
    border-radius: 50px;
    padding: 1%;
    transition-duration: 0.5s;
    transition-timing-function: all ease;
    cursor: pointer;
}
.page8-a:hover{
    background-color: #111;
    color: #dadada;
}

#footer{
    height: 40vh;
    width: 100vw;
    padding: 5%;
    display: flex;
    justify-content:center;
    align-items:center;
    background-color: #111;
}

#footer-container{
    height: 100%;
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.fl{
    height:fit-content;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    align-items: flex-start;
    gap:0.5vh;
    backdrop-filter: blur(5px);
    border: solid #dadada 2px;
    padding:0.5% 2%;
}

.fc{
    height:fit-content;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    align-items:flex-start;
    gap: 0.5vh;
    backdrop-filter: blur(5px);
    border: solid #dadada 2px;
    padding:0.5% 2%;
}

.fr{
    height:fit-content;
    display: flex;
    flex-direction: column;
    justify-content:space-around;
    align-items: center;
    backdrop-filter: blur(5px);
    border: solid #dadada 2px;
    padding:0.5% 2%;
}

#fc-n{
    display: flex;
    flex-direction: column;
    gap: 2vh;
}

#footer h4{
    font-size:large;
    font-weight: 400;
    color:white;
}

#footer h2{
    font-size: xx-large;
    font-weight: 900;
    color:wheat;
    text-decoration: underline;
}

#footer a{
    font-size: large;
    font-weight: 400;
    color: #111;
}

#horizontal-ruler{
    height: 0.2vh;
    background-color: #433326;
    margin: 1% 10%;
    opacity: 0.7;
}

#footer-p{
    height:fit-content;
    width: 80vw;
    margin: 0 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 3vh;
    padding:2% 0;
}

#footer-p h5{
    font-size:x-large;
    font-weight: 500;
    color: #111;
    text-wrap: wrap;
}

#footer-p h1{
    font-size: 5vh;
    font-family: 800;
    color: #111;
    text-decoration: underline;
}

#page9{
    height:20vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2% 5%;
    border-bottom: solid #433326 1px;
    border-top: solid #433326 1px;
}

#pg9-container{
    height:100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content:space-around;
    gap: 2vw;
}

#pg9-container a{
    height:100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
    cursor: pointer;
}

#pg9-container a:hover{
    transform: scale(1.1);
}

#pg9-container img{
    height:100%;
}

#copywright{
    height: fit-content;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5% 0;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
#copywright h3{
    font-size: 1.8vh;
    font-weight: 900;
    color: #111;
}

#page10{
    height: auto;
    width:100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 2% 0;
    position: relative;
    overflow: hidden;
}
#pg10-img{
    position: absolute;
    left:-5%;
    bottom:-25%;
    height: 60vh;
    width: auto;
    z-index: 995;
    rotate: -60deg;
}

#page10 h1{
    font-size: 8vh;
    font-weight:900;
    color:#433326;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    gap:1vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#contact-pg4{
    height: auto;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5%;
}

.contact-container{
    height: auto;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4%;
    background-color: #111;
    border-radius: 50px;
    box-shadow: 0 8px 16px 0 rgba(140, 79, 0, 0.647);
    z-index: 996;
}


.contact-left{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2vh;
}

.contact-left-title h2{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 900;
    font-size: xx-large;
    color:wheat;
    text-decoration: underline;
}


.contact-inputs{
    width: 400px;
    height: 50px;
    border: none;
    outline: none;
    font-weight: 900;
    color: #111;
    border-radius: 50px;
    padding: 2%;
}

.contact-left textarea{
    height: 140px;
    width: 400px;
    padding: 2%;
    border-radius: 20px;
    border: none;
    outline: none;

}

.contact-inputs:focus{
    border: solid yellow 2px;
    box-shadow: 0 8px 16px 0 rgba(251, 255, 0, 0.647);
}

.contact-left textarea:focus{
    border: solid yellow 2px;
    box-shadow: 0 8px 16px 0 rgba(251, 255, 0, 0.647);
}

.contact-left button{
    display:flex;
    align-items: center;
    padding: 2%;
    font-size: 2vw;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 900;
    gap: 10px;
    border: none;
    border-radius: 50px;
    background:wheat;
    cursor: pointer;
    height: 5vh;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.575);
}
 
@keyframes slide{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-250%);
    }
}

@keyframes anime{
    0%{
        transform:translateX(0)
    }

    100%{
        transform:translateX(200%)
    }
}

@keyframes anime2{
    0%{
        transform:translateX(0)
    }

    100%{
        transform:translateX(-200%)
    }
}

@media only screen and (max-width: 900px){
    .nav{
        height: auto;
        width: 80vw;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #nr{
        flex-wrap: wrap;
        border-radius: 50px;
        padding: 3%;
        flex-direction: column;
        position: absolute;
        top: 10%;
        right: 25%;
        display: none;
        transition-duration: 1s;
        transition-timing-function: all ease;
        background-color:#433326c8;
    }
    #nl{
        gap: 2vw;
    }
    #search-bar{
        background-color: transparent;
        border: 0px;
    }
    #search-bar input{
        display:none;
    }
    #magnifying-glass{
        color: #111;
    }
    #iframe{
        display: none;
    }
    #menu{
        opacity: 1;
        cursor: pointer;
        padding: 1%;
        display: flex;
        color:#111;
    }
    #nr a{
        font-size: small;
    }
    #nl img{
        height: 3vh;
        padding: 2%;
    }
    #page1{
        height: auto;
        margin: 0 0 4vh 0;
        padding: 4vh 0 0 0;
    }
    #pg1-container{
        height: auto;
    }
    #text{
        width:50vw;
        gap:1vh;
        justify-content: center;
    }
    #pg1-image-container{
        width:40vw;
        height:auto;
    }
    #pg1-image-container img{
        height:30vh;
        width:45vw;
        object-fit: cover;
        object-position:top;
    }
    #h1-container{
        height: 5vh;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #text h1{
        font-size:5vh;
        width: 50vw;
        text-align: center;
        gap: 1.2%;
    }
    #text h3{
        font-size: medium;
        width: 50vw;
        text-align: center;
    }

    #text span{
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 4vh;
        text-decoration: none;
    }
    #page2{
        height: auto;
    }
    #pg2-container{
        height: auto;
    }
    .category{
        height: auto;
    }
    .category h4{
        font-size: larger;
    }
    .image{
        height: auto;
        width: auto;
    }
    .image img{
        height: 20vw;
        width: 20vw;
    }
    #page2 h1{
        font-size:4.5vh;
    }

    #page3{
        height:40vh;
    }
    #watch-container{
        height:40vh;
    }
    #watch-queue{
        height:40vh;
        width: 100vw;
        overflow:hidden;
    }
    #watch-queue h2{
        font-size: xx-large;
    }
    #watch-queue2{
        gap: 10vh;
    }
    #watch-container img{
        height:50vh;
        width: 100vw;
        bottom:-25%;
    }
    #page4{
        height: auto;
        width: 100vw;
    }
    #pg4-container{
        height: auto;
        width: 100vw;
    }
    #pg4-container h1{
        font-size:3vh;
    }
    #pg4-collection-container{
        height: auto;
        width: 100vw;
        justify-content: space-around;
    }
    .collection{
        height:30vh;
        width: 10vh;
    }
    .collection h4{
        font-size:larger;
        left:27%;
        bottom:3%;
    }
    #blur-bottom{
        bottom:0;
    }
    #page5{
        height: auto;
        width: 100vw;
        padding: 0;
    }
    #pg5-container{
        height: auto;
        width: 100vw;
        padding: 0;
    }
    #pg5-container1{
        height: auto;
        width: 100vw;
        flex-direction: column;
        gap: 2vh;
    }
    .slide{
        height: auto;
        width: 60vw;
    }
    .slide img{
        height:10vh;
        width: 10vh;
        transition-duration: 1s;
        transition-timing-function: all ease;
        cursor: pointer;
    }

    .slide img:hover{
        transform: translate(50%,20%);
    }
    .slide h4{
        font-size: x-large;
    }
    #page6{
        height:auto;
    }
    #video{
        height:auto;
        padding:5vh;
    }
    #video video{
        height:20vh;
        width: 80vw;
    }
    .trending{
        height:60vw;
        width: 80vw;
        padding: 2%;
        transform: translateX(3%);
    }
    #pg7-container{
        padding: 2% 0;
    }
    .tr-img{
        height:70%;
        width: 100%;
    }
    #footer{
        height: auto;
        width: 100%;
        flex-direction: column;
        gap: 2vw;
    }
    #footer-container{
        flex-direction: column;
        gap: 2vw;
        justify-content: center;
        align-items: center;
        width: 100vw;
    }

    .fr{
        width: 80%;
        justify-content: start;
        align-items: start;
        padding: 2% 5%;
    }

    #footer p{
        font-size: medium;
    }

    .fl{
        width: 80%;
        padding: 2% 5%;
        gap: 4%;
    }

    .fc{
        width: 80%;
        padding: 1%;
        padding: 2% 5%;
        gap: 4%;
    }

    #footer h2{
        font-size: large;
    }

    #footer-p{
        height:fit-content;
        width: 80vw;
        margin: 0 10%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 3vh;
        padding:2% 0;
    }
    
    #footer-p h5{
        font-size:medium;
        font-weight: 300;
        color: #111;
        text-wrap: wrap;
    }
    
    #footer-p h1{
        font-size: 2.5vh;
        font-family: 800;
        color: #111;
    }
    #page9{
        height:fit-content;
    }
    
    #pg9-container{
        height:100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content:space-around;
        gap: 2vw;
    }
    
    #pg9-container a{
        height:6vh;
        object-fit: cover;
        object-position: center;
    }
    
    #pg9-container img{
        height:6vh;
    }
    #page8{
        height:fit-content;
        width: 100vw;
        margin: 4vh 0 ;
        justify-content: space-between ;
        gap: 2vh;
    }
    
    #pg8-container{
        height: auto;
        width: 100vw;
        align-items: flex-start;
    }
    #pg8-container img{
        height: 20vh;
        width: 80vw;
    }
    #pg8-blur-bottom{
        height: 3vh;
    }
    .insta{
        height:100%;
        width: 100%;
        display: flex;
        justify-content:flex-start;
        align-items: center;
    }
    #img{
        display: flex;
        justify-content: flex-end;
    }
    
    .insta img{
        width: 40vw;
        height: 20vh;
    }
    
    .page8-a{
        font-size:3vh;
        padding: 1.5%;
    }
    .pg0-queue h2{
        font-size:x-large;
        -webkit-text-stroke: #433326 1.5px;
    }
    #copywright{
        padding: 1% 0;
    }
    #copywright h3{
        font-size: 1.2vh;
        font-weight: 900;
        color: #111;
    }
    #contact-pg4{
        height: auto;
    }

    .contact-container{
        height: auto;
        margin: 10%;
        width: 90vw;
    }

    .contact-inputs{
        width: 300px;
    }
    .contact-left textarea{
        width: 300px;
    }
    
    .contact-left button{
        width: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: medium;
        font-weight: 900;
        font-family: 'Times New Roman', Times, serif;
    }
    #page10{
        height: auto;
    }
    #page10 h1{
        font-size: 3.5vh;
    }
    #pg10-img{
        display: none;
    }
}