* {
    box-sizing: border-box;
    color: white;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

#background-image {
    width: 100vw;
    height: 100vh;
    background-image: url('../assets/images/background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

#background-filter {
    width: 100vw;
    height: 100vh;
    /* background-color: #2EC4B6;
    mix-blend-mode: multiply; */
}

#logo {
    background-image: url('../assets/images/logo.png');
    width: 100%;
    height: 150px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 50px;
}

#open-soon {
    text-align: center;
    font-size: 72px;
    font-weight: bold;
    margin-bottom: 20px;
}

#padding {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#text-en {
    margin-bottom: 20px;
}