body {
    background: black; 
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

p {
    width: 50%;
    margin: 0;
    font-size: 30px;
}

a {
    position: absolute;
    top: 100px;
    color: white;
    text-decoration: none;
    padding: 8px 12px;
    font-size: 30px;
}

a:hover {
    color: black;
    background-color: white;
}

.full-product-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-section {
    width: 1100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product {
    width: 350px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.text {
    display: flex;
    margin-bottom: 3px;
}