#home .home-inner {
    width: 40vw;
    margin: 5vh auto;
    text-align: center;
}

#home a {
    font-size: 16px;
    letter-spacing: 2px;
    color: #00B6C1;
    font-family: sans-serif;
    text-decoration: none;
}

#home a:hover {
    text-decoration: underline;
}

#home .svg-container {
    display: block;
    margin: 0 auto;
}
