body {
    background-color: #151d17;
    color: #c1c1c1;
}

.left-main {
    margin-top: 10vh;
    height: 80vh;
}

.left-main p {
    animation: focus-in-expand 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation-delay: 0.3s;
}

.middle-line {
    animation: grow-middle-line 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    border-left: #558463 2px solid;
    width: 2px;
    margin-top: 10vh;
}

#home-logo {
    height: 40vh;
    margin-top: 10vh;
    margin-bottom: 10px;
    margin-right: 3vw;
    animation: text-focus-in 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation-delay: 0.1s;
}

.right-main {
    margin-top: 10vh;
    height: 80vh;
    position: relative;
}

.right-main ul {
    animation: focus-in-expand 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation-delay: 0.5s;
}

.main-menu {
    list-style: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 36px;
}

.main-menu li a:link {
    color: #c1c1c1;
    transition-duration: .2s;
}

.main-menu li a:visited {
    color: #c1c1c1;
}

.main-menu li a:hover {
    opacity: 0.7;
    text-decoration: none;
}
