img {
    margin-top: 4%;
    /*float: left;
    max-height: 80%;
    width: auto;
    margin-left: 5%;
    margin-top: 3%;
    margin-bottom: 10%;*/
}

body {
    background-color:rgb(57, 26, 70);
    display: flex;
    align-items: baseline;
    justify-content: space-around;
    flex-wrap: wrap;
}

h2 {
    font-family: 'Bangers', cursive;
    font-size:5rem;
    color: rgb(38, 200, 188);
    text-shadow: 3px 3px #946060;
    /*text-align: center;
    margin-top: 3%;*/
}

@media (max-width: 800px) {
    img {
        margin-top: 200px;
    }
}

/*
background-color:rgb(201, 206, 206);
background-color:rgb(105, 107, 107);
*/