@import 'https://fonts.googleapis.com/css?family=Poppins:300,400,700';
text-align: center;}
section{text-align:center;}
body {
    background-color: #ff8989;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    font-size: .8em;
    width: 100%;
}

a{
    text-decoration: none;
    color: #884343;
}

span{
    display: none;
}

header{
}

h1 {
    margin: auto;
    font-weight: 700;
    color: #000000;
    background-color: #de7272;border-radius: 25px 25px 0px 0px;
    
}
h2 {
    font-weight: 700;
    color: black;    
}
h3 {
    color: black;
    font-weight: 700;
    background-color: #de7272;
}

footer {
    font-size: 10px;
    color:#ffafaf;
    background-color: #de7272;
    padding: .5em 1em;
    border-radius: 0px 0px 25px 25px;
}

@media screen and (min-width: 650px){
    
    h3 br{
        display: none;
    }
    
    span{
        display: inline
    }
    
    h1 br{
        display: none;
    }
    
    body{
        font-size: 1em;
        width: 80%;
        margin: 8px auto;
    }
    
    section{
        display:inline-flex;
        flex-wrap: wrap;
        width: 100%;
        text-align: center;
        justify-content: space-around;
        align-content: space-around;
    }
    
    section article{
        padding: .5em;
        width: 45%;
    }