.size {
    width: 20%;
    height: 20vw;
    position: relative;
    margin-right: 50px;
    margin-top: 15px;
}
.title {
    width: auto;
    height: 70px;
    margin: 100;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #ffcdd3;
    padding-left: 10px;
    border: solid white;
    text-align: center;
}
body {
    background-image: background-size: cover;
    background-repeat: no-repeat;
}
.my-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #cdfff9;
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif
}
.white-li {
    border: solid white;
}
.my-li {
    float: left;
    color: black;
}

/* help with z-index taken from http://stackoverflow.com/questions/18772724/css-dropdown-menu-gets-hidden-behind-the-content
*/

h1 {
    font-family: Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
    font-size: 40px;
    margin: auto;
    margin-bottom: 15px;
    text-align: center;
}
p {
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}
h2,
h3,
h4 {
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-weight: bold;
}
.color-box {
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    color: darkorchid margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #ecffcd;
}
