@import url('https://fonts.googleapis.com/css2?family=Changa:wght@200..700&display=swap');

body {
    background-color: #323232;
    font-family: "Changa", Arial, Helvetica, sans-serif;
    color: white;
}

header h1 {
    margin-top:1.5em;
    font-size:4em;
    text-transform: uppercase;
    line-height: 1.2em;
}

header h2 {
    font-size:2em;
    font-weight: 400;
}

.cont {
    margin: auto;
    width: 80%;
}

#peachy {
    cursor:pointer;
    width:100px;
    height:100px;
    width :100px;
    display:block;
    opacity:1;
    transition : all .3s;
    -wekit-transition : all .3s;
    -moz-transition : all .3s;
}

@media only screen and (max-width: 500px) {
    header h1 {
        font-size:3em;
    }

    header h2 {
    font-size:1.5em;
}
}