body {
    background-color: #FAEDEE;
    font-family: 'Lato', sans-serif;

}

a, a:visited, a:hover, a:active {
    color: inherit;
    text-decoration: none;
}

#main {
    display: block;
    text-align: center;
}
#head {
    display: block;
    position: relative;
    min-height: 50px;
    margin-bottom: 32px;
    padding-bottom: 5px;
}
.link-wrapper {
    padding: 16px;
}

.link {
    border: 1px solid;
    min-height: 50px;
    font-size: 14px;
    background-color: #fff;
    border-radius: 15px;
    margin-bottom: 16px;
}
.link.link-text {
    vertical-align: middle;
    min-height: 20px;
    text-decoration: none;
}

body {
    font-size: 34px;
}

#footer {
    display: block;
    position: relative;
    min-height: 50px;
    font-size: 18px;
}

#profile-image-holder {
    background-color: royalblue;
    border-radius: 30px;
}

#profile-description {
    font-size: 24px;
    color: #222C30;
}
