.wrapper {
    display: grid;
    position: relative;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin: 0 auto;
    min-height: 100vh;
    z-index: 1
}


* {
    overflow: hidden;
    margin: 0;

}

.about {
    position: relative;
    display: flex;
    left: _px;
    top: _px;
    z-index: 2
}

p {
    color: black;
    font-family: 'Times New Roman', Times, serif
}