@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');

::selection {
    background: #96BAEA;
    color: white;
}
 
body {
    font-family: 'Onest';
    margin: 0;
    background-color: #F2F4F6;
    display: block;
    justify-content: center;
    align-items: center;
}

.cover {
    display: block;
    text-align: center;

    margin-top: 70px;
    margin-left: 50px;
    margin-right: 50px;
}

.cover p {
    font-size: 15px;
    color: #1A2026;
    margin-top: 20px;
    margin-bottom: 50px;
    font-weight: 350;
}

.inlinecenter {
    display: flex;
    justify-content: center;
    align-items: center;
}
.inline {
    display: block;
    margin-top: 50px;
    margin-left: 30px;
    margin-right: 30px;
}

.s-option {
    display: block;
    text-align: center;
    margin-right: 30px;
    margin-left: 30px;
}
.s-option h3 {
    margin: 0;
    margin-top: 5px;
    font-size: 14px;
    color: #1a20269d;
    font-weight: 400;
    transition: color 0.3s;
}
.s-option h3:hover {
    color: #1A2026;
    transition: color 0.3s;
}
.s-option img {
    width: 25px;
    height: 25px;
}

.linkoption {
    text-decoration: none;
}







.btn-violet {
    border-radius: 50px;
}
.heading {
    font-size: 30px;
    color: #2E135B;
    margin: 0;
    font-weight: 750;
}





@media (min-width: 1100px) {
    .cover {
        display: block;
        text-align: center;
    
        margin-top: 50px;
        margin-left: 150px;
        margin-right: 150px;
    }

    .cover p {
        font-size: 18px;
        color: #1A2026;
        margin-top: 20px;
        margin-bottom: 50px;
        font-weight: 350;
    }

    .heading {
        font-size: 40px;
        color: #2E135B;
        margin: 0;
        font-weight: 750;
    }

    .inline {
        display: inline-block;
        margin-top: 50px;
        margin-left: 150px;
        margin-right: 150px;
    }

    .services {
        display: flex;
        align-items: center;
        background: #ffffff;
        padding: 25px;
        border-radius: 30px;
    }
}

@media (max-width: 1099px) {
    .services {
        display: grid;
        grid-template-columns: 1fr 1fr;
        background: #ffffff;
        padding: 25px;
        border-radius: 30px;
    }

    .s-option {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}