

header{
    background-color: black;
}

h2{
    font-style: inherit;
    color:#fff1ac;
    font-family: 'Press Start 2P', cursive;
}
h3{
    color:#fff1ac;
    font-style: inherit;
    margin: 0;
}

hr{

    height: 1px;
    background-color: #333333;
    border: none;
}


.content{
    padding: 20px;
    max-width: 900px;
    text-align: justify;
    padding-top: 100px;
}



p{
    font-size: inherit !important;
}

img{
    border-radius: 5px;
    border: none;
}

b{
    color:#fff9db
}

.content_flex a{
    color: yellow;
}

button{
    background-color: transparent;
    color: yellow;
    border: 0;
    font-family: inherit;
    font-size: inherit;
    text-decoration: underline;
}


.overlay img{
    border-radius: 0;
}


@media (max-width:767px) {

    .content_flex{
        padding: 0;
        width: 100%;
    }
    
}