body {
    font-family: Nunito, sans-serif;
    font-size: 24px;
    font-weight: 200;
    color: white;
    background-color: #1d1d1b;
}
a {
    text-decoration: none;
    color: white;
}
b {
    font-weight: 700;
}
.title {
    font-family: 'Noto Serif Display', serif;
    font-size: 30px;
    font-style: italic;
}
.title .main {
    font-weight: 800;
    font-size: 50px;
}
.header {
    font-weight: 500;
    font-size: 1.2em;
}
.review {
    background-color: #333;
    border-radius: 0.5em;
    padding: 0.5em 4em;
    font-size: 0.8em;
}
.review .author {
    font-weight: 500;
}
.review .stars {
    color: #ffe83b;
    font-size: 0.6em;
}
.followus {
    font-size: 3em;
}
.fixed-ig, .fixed-fb {
    width: 2em;
    height: 2em;
    position: fixed;
    left: 0.5em;
    font-size: 1em;
    box-shadow: 0 0 0 0.1em #fff;
    border-radius: 5rem;
}
.fixed-fb {
    bottom: 0.5em;
}
.fixed-ig {
    bottom: 3em;
}
.mtc {
    margin-top: 3em;
}
.legal {
    margin-top: 3em;
    font-size: 0.7em;
    margin-bottom: 12em;
}