body {
    font-size: 1.6rem !important;
    line-height: 1.8rem !important;
    background: #222;
}

#themeSwitch {
    padding: 0 10px 0 10px;
    width: 5rem;
    height: auto;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;

    &.darkMode {
        color: white;
    }
    &:hover {
        color: #888;
    }
}

#themeWrap.darkMode {
    color: white;
}

.group {
    border: 1px solid lightgray;
    border-radius: 5px;
    margin: 5px 0 5px 0;
    text-align: center;
}

hr {
    margin: 1rem;
}

h2 {
    margin-bottom: 0.4rem !important;
}

h4 {
    margin-bottom: 0.8rem !important;
}

img {
    width: 1.8rem;
    height: auto;
}

.linkHeader {
    font-size: 2.4rem !important;
}

.link {
    color: #1eaedb;
    letter-spacing: 0.05rem;
    text-decoration: none;
    display: inline-block;
    position: relative;

    &:after {
        background: none repeat scroll 0 0 transparent;
        bottom: 0;
        content: "";
        display: block;
        height: 1.5px;
        left: 50%;
        position: absolute;
        background: #1eaedb;
        transition: 0.2s ease 0s, left 0.2s ease 0s;
        width: 0;
    }

    &:hover:after {
        width: 100%;
        left: 0;
    }
}

.listHeader {
    margin-bottom: 0.4rem;
}

.listItem {
    margin-bottom: 0.7rem;
}

.listBottom {
    margin-bottom: 1rem;
}

p {
    margin-bottom: 2rem;
}
