.about {
    margin: 0;
    position: absolute;
    top: 100vh;
    height: 100vh;
    width: 100vw;
    background: url("../img/about_back.jpg") fixed;
    background-size: cover;
    color: white;
}

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

.about-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.about-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 55%;
}

.about-info img {
    box-shadow: 0 0 7px white,
    0 0 42px aqua;
}

.about-info p {
    width: 50%;
    color: white;
    font-family: "Xirod", sans-serif;
    letter-spacing: 2px;
    font-size: 22px;
}


