body {
    background-color: #54f245;
}

p {
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-style: italic;
}

h1 {
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
}

h3 {
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

a {
    color: black;
    font-family: 'Raleway', sans-serif;
}

iframe {
    width: 100%;
    height: 85%;
    position: absolute;
}

footer {
    position:absolute;
    bottom:0;
    left:0;
    height:0;
    width:100%;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto; 
    width: auto; 
    max-width: 100px; 
    max-height: 100px
}