/*@font-face {*/
/*    font-family: "Ropa Soft SC PTT W03 Light";*/
/*    src: url("https://db.onlinewebfonts.com/t/cec97b140f166b7242fdbc328906da65.eot");*/
/*    src: url("https://db.onlinewebfonts.com/t/cec97b140f166b7242fdbc328906da65.eot?#iefix")format("embedded-opentype"),*/
/*    url("https://db.onlinewebfonts.com/t/cec97b140f166b7242fdbc328906da65.woff2")format("woff2"),*/
/*    url("https://db.onlinewebfonts.com/t/cec97b140f166b7242fdbc328906da65.woff")format("woff"),*/
/*    url("https://db.onlinewebfonts.com/t/cec97b140f166b7242fdbc328906da65.ttf")format("truetype"),*/
/*    url("https://db.onlinewebfonts.com/t/cec97b140f166b7242fdbc328906da65.svg#Ropa Soft SC PTT W07 Bold")format("svg");*/
/*}*/

 @font-face { font-family: Ropa Soft SC Pro; src: url('/tamarie/assets/RopaSoftSCPro-Light.otf'); } 
body {
    margin: 0 !important;
    background-color: #000;
}
.main {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.main {
    background: linear-gradient(180deg, #000000 0%, #000000 27.87%, #0F172A 100%);
}
.main::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.2;
    background-image: url("/tamarie/assets/bg-image.jpeg") !important;
    background-size: cover;
}
h1 {
    font-family: Ropa Soft SC Pro;
    font-size: 88px;
    font-weight: 350;
    line-height: 96.8px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #fff;
    margin: 48px 0;
}
p {
    font-family: Ropa Soft SC Pro;
    font-size: 24px;
    font-weight: 350;
    line-height: 36px;
    text-align: center;
    color: #fff;
    margin: 0;
}
a {
    font-family: Ropa Soft SC Pro;
    font-size: 30px;
    font-weight: 400;
    line-height: 45px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

img {
    z-index: 1;
}


h1 {
    z-index: 1;
}

p, a {
    z-index: 1;
}