body {
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
    margin: 0;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    background-color: #eeeeee;
    /* background-color: #888888; */
}

h1, h2, h3 {
    font-family: "Century", "Century Gothic", "Century Schoolbook", serif;
    color: #656565;
    font-size: 50px;
    font-weight: lighter;
}

h2 { 
    font-size: 35px;
    margin: 0;
}

h3 { 
    font-size: 22px;
    margin: 10px;
}

button {
    margin-top: 10px;;
    border: none;
    cursor: pointer;
}

#title {
    display: inline-block;
    width: 500px;
}

#mainContainer {
    width: max(500px,50vw);
    flex: 1;
}

.socialIcon {
    margin-top:
}

.contentContainer {
    margin: 40px 0 40px 0;
}

footer {
    position: absolute;
    text-align: left;
    left: 0;
    bottom: 0;
    padding: 5px;
    color: #bbbbbb;
}
