a {
    text-decoration: none;
    color: #ffffff;
}

a:hover {
    text-decoration: underline;
    color: #ffffff;
}


body {
    color: #1f3826;
    background: url("./img/bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    font-family: "Ruda", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    min-height: 100vh;
    overflow: hidden;
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    
}

@-webkit-keyframes fontfix {
    from {
        opacity: 1;
    }

    to {
        opacity: 1;
    }
}

.center-block {
    display: table;
    height: 100vh;
    width: 100%;
}

.content {
    font-size: 1.6rem;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle !important;
}
#logo-main {
    margin: 40px;
    
}
.intro_msg {
    width: 580px;
}
.waiting_msg {
    margin-top: 40px;
}
.insta_mtac {
    color: #ffffff;
    background: url("./img/shape.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 160px;
    margin-top: 40px;
    padding-top: 40px;
}
#logo_insta {
    background: url("./img/logo-instagram.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: inline-block;
    margin:20px;
    height: 40px;
    width: 40px;
}