body {
    margin: 0;
    font-family: raleway,century gothic,texgyreadventor,sans-serif;
}

div {
    box-sizing: border-box;
}

.box {
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    margin: 0;
    background-image: url("../../bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.title{
    width: 100%;
    height: 30%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.title span{
    font-size: 60px;
    position: relative;
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: 6px;
}

.menu{
    color: #FFFFFF;
    padding-top: 100px;
}
.menu div{
    width: 500px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
}
.menu h4{
    font-weight: normal;
    margin: 0 auto;
    padding: 5px 7px 10px 7px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    letter-spacing: 1px;
}
h4:hover{
    text-shadow: 0 0 2px #FFFFFF;
}
.menu i{
    margin-left: 5px;
}


.power{
    padding-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.print-box{
    color: #f8f8f8;
    display: flex;
}
.print-text{
    margin-left: 10px;
    font-family: raleway,century gothic,texgyreadventor,sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-align: center;
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink .7s infinite;
    -moz-animation: blink .7s infinite;
    animation: blink .7s infinite;
    margin-right: 10px;
}

.bottom {
    text-align: center;
    padding-bottom: 5px;
    font-size: 12px;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.bottom a{
    color: #FFFFFF;
}




