body {
    background: #21a338;
    font-family: Gabriola;
    margin: 50px;
}
body.menu {
        background: #ff9cca;
        text-align: center
}

h1 {
    font-size: 3em;
    color: #ff9cca;
}

h2 {
    font-size: 2em;
    color: #ffcbb8;
}
a.menuListing {
        font-size: 1em;
        color: #ffcbb8;
        position: absolute;
        top: 8px;
        right: 16px;
       
}
a.menu {
    font-size: 3em;
    width: 50%;
    color: #21a338;
    
}
p {
    font-size: 1.5em;
    color: #ffcbb8;
}
div {
    font-size: 1em;
    color: #ffcbb8;
}
a{
    font-size: 1em;
    color: #ffcbb8;
}
img.h1img{
    width: 50px;
}
img.h1XLimg {
    width: 100px;
}
div.Credits {
    position: absolute;
    bottom: 0;
    right: 0;
}

a.Btn {
    padding-right: 1000px;
    color: white;
    background: rgba(255, 156, 202, 0.5);
    padding: 30px;
    border: 5px solid #ff9cca;
    font-size: 2em;
    text-decoration: none;
}

img {
    padding: 20px;
    width: 20px;
}
img:hover{
    width: 30px;
    padding: 20px;
}

div.Row1{
    display:inline-block;
    left: 20px;
    
}