@font-face{
    font-family:Philosopher;
    src: url(../fonts/PhilosopherRegular.ttf);
}

@font-face{
    font-family: Micra;
    src: url(../fonts/MicraNormal.ttf);
}

body{
    background-image: url("../img/background.png");

    background-size: cover;
    background-attachment: fixed;
}
#open_soon{
    position: absolute;
    top: 37.3%;
    bottom: 60.3%;
    left: 27.8%;
    right: 24.7;
    text-align: center;
    width: 47.5%;   

    color: #ffffff;
    font-weight: 400;
    font-size: 30px;
    font-family: Micra;
    text-shadow: 5px 9px 15px rgba(0, 0, 0, 0.75);
}
#adress{
    position: absolute;
    top: 55.8%;
    left: 39.6%;
    right: 40.2%;
    background-color: rgba(0, 0,0,0.5);
    text-align: center;;
    color: #feffff;
    font-family: Philosopher;
    font-size: 18px;
    font-weight: 400;
}

#social{
    position: absolute;
    top: 76.8%;
    left: 35%;
    bottom: 0.2%;
    right: 35%;
    text-align: center;
    background-color: rgba(255,255,255,0.25);
    
}