.portfolio {
    margin: 0;
    position: absolute;
    top: 200vh;
    height: 100vh;
    width: 100vw;
    background: url("../img/portf_back.gif") no-repeat;
    background-size: cover;
    color: white;
}

.portfolio-title {
    color: white;
    font-family: "Xirod", sans-serif;
    letter-spacing: 4px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    margin-top: 3vh;
}

.portfolio-element {
    color: white;
    font-family: "Xirod", sans-serif;
    letter-spacing: 4px;
    font-size: 22px;
    display: flex;
    justify-content: center;
}

