.wrapper {
    text-align: center;
    display: grid;
    grid-gap: 20px;
}

/* Top container */
.top-container{
    width: 100%;
    text-align: center;
}

.showcase h1 {
    color:  #c5c5c5;
    font-size: 2rem;
}

.showcase p {
    color:  #c5c5c5;
    font-size: 1.2rem;
}