@font-face {
    font-family: y_bold;
    src: url(./fonts/YekanBakhFaNum-Bold.ttf);
}
@font-face {
    font-family: y_light;
    src: url(./fonts/YekanBakhFaNum-Light.ttf);
}
@font-face {
    font-family: y_black;
    src: url(./fonts/YekanBakhFaNum-Black.ttf);
}

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

.container{
    width: 100%;
    height: 100vh;
    background:linear-gradient(rgba(7, 7, 7, 0.482),rgb(16, 16, 16)), url('./images/back.webp')top/cover no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.container h1{
    margin-top:250px;
    font-family: y_black;
    font-size: 50px;
    color: white;
    text-align: center;
}
.container h1 span{
    color: #7300ff;
}
.container .soon{
    font-family: y_light;
    font-size: 30px;
    color: #7300ff;
    margin-top: 10px;
    
}
.container .email{
    font-family: y_light;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.241);
    margin-top: 30px;
    
}