@font-face{
    font-family: "swomun";
    src: url("swomun.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

video{
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.overlay{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1001;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.87) 0%, rgba(255, 255, 255, 0) 100%);
}

h2{
    font-family: "swomun";
    text-align: center;
    color: #fff;
    text-shadow: 0px 2px 26px rgba(0,0,0,0.76);
    line-height: 1;
    font-size: 100px;
}

p{
    font-size: 18px;
    text-align: center;
    max-width: 473px;
    line-height: 32px;
    color: #fff;
    text-shadow: 0px 2px 13px rgb(0, 0, 0);
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
}

p span{
    opacity: 0.8;
}

p a{
    color: #ffffff !important;
    transition-duration: 0.4s;
    font-weight: 500;
    text-decoration: none !important;
}

p a:hover{
    opacity: 0.6;
}

img{
    display: block;
    bottom: 24px;
    left: 50%;
    height: 28px;
    position: fixed;
    transform: translate(-50%, -50%);
}

@media (max-width: 600px){
    h2{
        font-size: 48px;
    }

    p{
        padding: 0px 30px;font-size: 16px;
        line-height: 26px;
    }
}
