body {
    text-align: center;
    margin: 0;
    padding: 0;
}

.webcomps .mobilecomps{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
    width: 100%;
}


.comps {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 75%;
    max-width: 1300px;
    margin: 0 auto;
}

