/* @import url(https://fonts.googleapis.com/css?family=Lalezar:regular); */

body {
    margin: 0;
    padding: 0;
    background-color: #010101;
    font-family: Lalezar;
    box-sizing: border-box;
}

header {
    width: 100%;
    height: 100px;
    background-color: #e38a03;
}

footer {
    width: 100%;
    height: 100px;
    background-image: url("../img/construct-bar-01.svg");
}

.container {
    width: 100%;
}

.container-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.logo {
    width: 220px;
    height: 100%;
    margin: auto 40px;
}

/* Under Constraction Section */
.underConsttraction {
    width: 100%;
    height: 900px;
    background-image: url("../img/bg-under-constraction.jpg");
    background-position: center;
    background-repeat: no-repeat;
}

.uc-text {
    margin: 0;
    box-sizing: border-box;
    width: 300px;
    font-size: 40px;
    color: #e38a03;
}
.uc-block {
    margin-top: 50px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.uc-01 {
    font-size: 50px;
}
.uc-polosa {
    width: 40%;
    height: 100px;
    background-image: url("../img/construct-bar-01.svg");
}
/* END Under Constraction Section */

p {
    margin: 0;
}
span {
    margin: 0;
}
