html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
b{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

img {
    display: block;
    max-width: 100%;
}

a{
    text-decoration: underline;
    color: #fff;
    font-weight: bold;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    color: #fff;
    background: #d3e9ee;
    font: 14px/1.2 'Arial', sans-serif;
    min-width: 320px;
    text-align: center;
}

.wrapper{
    background-image: url("https://teenboyslove.net/images/bg1.jpg");
    background-repeat: repeat-x;
    height: 100%;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 480px) {
    .wrapper{
        background-position-y: -32px;
    }
}

.container {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 10px;
}

.header{
    padding-top: 32px;
}

@media screen and (max-width: 480px) {
    .header{
        padding: 5px 0;
    }
}

.logo{
    color: #038da5;
    display: inline-flex;
    font-size: 42px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.2), 0px 0px 2px rgba(0, 0, 0, 0.1), 0px 2px 2px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 640px) {
    .logo{
        font-size: 32px;
    }
}

@media screen and (max-width: 480px) {
    .logo{
        font-size: 28px;
    }
}

.mark{
    color: #069;
}

.main{
    margin-bottom: 100px;
    flex-grow: 1;
}

@media screen and (max-width: 480px) {
    .main{
        margin-bottom: 30px;
    }
}

.box{
    margin-bottom: 25px;
    text-align: left;
    display: flex;
    align-items: flex-start;
    background: linear-gradient(0deg, rgba(128,163,191,0.5186449579831933) 0%, rgba(124,169,192,1) 100%);
    border-radius: 5px;
    border: 2px solid #FFF;
    overflow: hidden;
}

@media screen and (max-width: 480px) {
    .box{
        flex-direction: column;
        margin-bottom: 15px;
    }
}

.box:last-child{
    margin-bottom: 0;
}

.text{
    color: #000;
    padding: 15px;
    line-height: 1.4;
}

.box-img{
    flex-shrink: 0;
    max-width: 240px;
    padding: 20px 0 15px 15px;
}

@media screen and (max-width: 480px) {
    .box-img{
        max-width: 100%;
        padding: 15px 15px 0 15px;
    }
}

.inner{
    border: 2px solid #038da5;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    display: block;
}

.title{
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 22px;
    background-color: #069;
    border-radius: 5px;
    border: 2px solid #FFF;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .5);
    padding: 8px 4px;
    color: #CFF;
}

@media screen and (max-width: 480px) {
    .title{
        margin-bottom: 10px;
        font-size: 14px;
    }
}

.wrap{
    background: linear-gradient(0deg, rgba(207,234,245,1) 0%, rgba(124,169,192,1) 100%);
    padding: 10px 5px;
    color: #000;
    border-radius: 5px 5px 0 0;
}

.footer-mark{
    margin-bottom: 5px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}