@font-face {
    font-family:'FiraSans';
    src: url('FiraSans-Regular.ttf')
}
body { /* Basic colors and font setup */
    font-family: 'FiraSans';
    background-color: #2e3440;
    color: #d8dee9;
    margin-left: 10%;
    margin-right: 10%;


}
.header { /* Set the header apart from the main content */
    padding-top: 3em;
    padding-bottom: 3em;
    text-align: center;
}

a, a:visited, a:hover, a:active { /* set link colors */
    color: #88c0d0;
}
footer {
    text-align:center;
    padding-top: 3em;
}

.icon {
    border-radius: 15%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    float: right;
    max-width: 256px;
    height: auto;
}

.center { /* add to center an image */
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.friend {
    border-radius: 15%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    max-width: 64px;
    height: auto;
}
#advertisement88 {
    max-width: 88px;
    width: 100%;
    height: 31px;
    background: #1e1e2e;
}