* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-size: 62.5%;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow-y: hidden;
}

.header {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.content a {
    font-size: 2rem;
    text-decoration: none;
    color: #fff;
}

.btnpos {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.content button {
    width: 60%;
    height: 50px;
    z-index: 999;
    margin: 30px;
    border: 1px solid #9c7500;
    background-color: #c39402;
    -webkit-box-shadow: 1px 15px 6px -6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 15px 6px -6px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 15px 6px -6px rgba(0, 0, 0, 0.3);
}

.content button:last-child {
    margin: 0;
    margin-bottom: 10px;
}

.tlodiv {
    background-color: #fff;
}

.content p {
    font-size: 2rem;
    text-align: center;
    z-index: 999;
    opacity: 1;
}

.content h1 {
    z-index: 999;
    font-size: 3rem;
    text-align: center;
    padding: 20px;
    margin-top: 10%;
    opacity: 1;
    text-transform: uppercase;
}

.header img {
    width: 100vw;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.picc {
    position: absolute;
}

.content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.5);
}


.content .second {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.second img {
    width: 50px;
    z-index: 999;
    opacity: 1;
}

.nagpos {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nagpos img {
    width: 100px;
    margin-top: 11%;
    margin-left: 10%;
}

@media (max-width: 48em) {
    .picc {
        display: none;
    }

}

@media (min-width: 48em) {


    .header img {
        transform: scale(1);
        margin-top: 100px;
    }


    .pic {
        display: none;
    }

    .picc {
        display: flex;
    }

    .content button {
        width: 250px;
    }

    .btnpos {
        flex-direction: row;
    }

    .content button:last-child {
        margin: 0;
    }

    .nagpos img {
        margin: 0;
        padding: 0;
        margin-top: 50px;
    }

    .nagpos h1 {
        margin-top: 0;
    }

    .nagpos {
        flex-direction: column;

    }
}
