body {
    font: caption;
    align-content: center;
    outline-color: #666666;
    background-color: #1A3636;
    width: 1080px;
    min-width: 540px;
    max-width: 1080px;
    clear: both;
}
h1 {
    color: #107AE5;
    align-content: center;
    text-align: center;
}
h2 {
    text-align: center;
    background-image: inherit;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-style: italic;
    text-shadow: 0 0px 0;
    border-radius: 25px 25px 0px 0px;
    background-color: #712426;
    border-right: thin dotted #0D0C0C;
    text-transform: uppercase;
    letter-spacing: 12px;
    word-spacing: 24px;
    border-collapse: separate;
    border-spacing: 12px 12px;
    background-size: cover;
}
img {
    width: auto;
    height: auto;
    border-left: 8px ridge #FF0004;
    border-right: 8px ridge #9F4142;
    border-bottom: 8px ridge #FF0004;
    border-top: 8px ridge #FF0004;
    justify-content: center;
    align-items: center;
    display: flex;
    vertical-align: middle;
    margin-top: 9px;
    margin-right: 120px;
    margin-bottom: 9px;
    margin-left: 120px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


@media (max-width:1080px){
}
.head {
    color: #D100BC;
    font-size: small;
    text-align: center;
    border-radius: 21px;
    border-bottom: medium solid #FF00F5;
    background-color: #ECCDCE;
    border-collapse: collapse;
    border-spacing: 12px 12px;
    background-repeat: repeat-x;
}
.footer {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: larger;
}
