* {
box-sizing: border-box;
margin: 0;
padding: 0;
}

html, body {
    background: #00f7ff;
    height: 100%;
    overflow-x: hidden
}

.button {
    font-family: 'Open Sans', sans-serif;
    font-size: 2.5px;
    color: #fff;
    background: #63f2b9;
    padding: 5px 5px;
    transition: opacity .2s;
}

.container {
    display: flex;
    align-items: left;
    justify-content: left;
}

.img {
    max-width: 100%;
    max-height: 90%;
}

.text {
    font-size: 20px;
    padding-left: 20px;
}

p {
    font-size: 12px;
    color: black;
}

h1 {
    color: black;
}

a:link, a:visited {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    color: #fff;
    background: #63f2b9;
    padding: 3px 15px;
    transition: opacity .2s;
}

.adult {
    display: block;
    background-image: url('imgs/Censor_NC17.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}