/*
Theme name: G-Portfolio
*/

body {
    margin: 0;
}

section {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

h1 {
    position: absolute;
    top: 23%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 7.5rem;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    font-family: "parisplus-sombre";
    font-weight: 700;
}

a:link {
    color: #131313;
    text-decoration: none;
}

a:visited {
    color: #131313;
    text-decoration: none;

}

a:hover {
    color: #131313;
    text-decoration: underline;

}

.left-nav, .right-nav {
    position: fixed;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    color: white;
    font-size: 16px;
    font-weight: bold;
    z-index: 1000;
    white-space: nowrap;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    font-family: "parisplus-sombre";
    font-weight: 700;
    list-style: none;
}

.left-nav {
    left: 12px;
}

.right-nav {
    right: 12px;
}
