body {
    background-image:url('checkerboard.png');
    background-size:100%;
    height:100%;
    width:100%;
}
  

@font-face {
    font-family: DK Cool Crayon;
    src: url(DK\ Cool\ Crayon.ttf);
}

.container {
    margin: 0 auto;    
}

.text-container {
    border: 2px solid #af0d79;
    padding: 50px;
    border-radius: 15px;
    background-color: #770752;
    width: 25%;
    margin: 0 auto;
    margin-bottom: 25px;
    text-align: center;
}

body {
    padding: 0;
}

h1 {
    text-align:center;
    font-size: 60px;
    font-family:DK Cool Crayon;
    text-shadow: 3px 3px 0px #00000060;
    color: #ffd664
}

h2 {
    text-align:center;
    font-size: 38px;
    font-family:DK Cool Crayon;
    text-shadow: 3px 3px 0px #00000060;
    color: #ffd664
}

h3 {
    position:relative;
    bottom: 30px;
    text-align:center;
    font-size: 25px;
    font-family:DK Cool Crayon;
    text-shadow: 3px 3px 0px #00000060;
    color: #ffd664
}

h4 {
    position:relative;
    bottom: 30px;
    text-align:center;
    font-size: 30px;
    font-family:DK Cool Crayon;
    text-shadow: 3px 3px 0px #00000060;
    color: #ffd664
}


p {
    text-align:left;
    font-size: 25px;
    font-family:DK Cool Crayon;
    text-shadow: 3px 3px 0px #00000060;
    color: #E9EBEB
}


a {
    color:#E9EBEB
}

a:link {
    text-decoration: none;
}

a:hover, a:active {
    text-decoration:underline
}

@media only screen and (max-width: 1000px) {
    .container {
        margin: 0 auto;    
    }
    
    .text-container {
        border: 2px solid #af0d79;
        padding: 60px;
        border-radius: 25px;
        background-color: #770752;
        width: 75%;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center;
    }
    
    body {
        padding: 0;
    }
    
    h1 {
        text-align:center;
        font-size: 75px;
    }
    
    h2 {
        text-align:center;
        font-size: 60px;
    }

    h3 {
        bottom: 30px;
        font-size: 25px;
    }
    
    h4 {
        position:relative;
        bottom: 30px;
        text-align:center;
        font-size: 3.2em;
        font-family:DK Cool Crayon;
        text-shadow: 3px 3px 0px #00000060;
        color: #ffd664
    }
    
    p {
        text-align:left;
        font-size: 45px;
        }