@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300&display=swap');

body {
    background-color: black;
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
}

@media only screen and (max-width: 1560px) {
    .container {
        margin: auto;
        width: 97.5vw;
        height: 97.5vh;
        background-image: linear-gradient(to bottom, #161616, #6b0000);
        border-radius: 10px;
    }

    .first-section {
        padding: 1rem;
        margin: 1rem;
    }

    .titlescoll {
        padding: 0.5rem;
    }

    .title {
        background-image: linear-gradient(to bottom, #242424, rgb(69, 0, 109));
        text-align: center;
        border-radius: 3rem;
    }

    .logopic {
        border-radius: 1rem;
    }

    .desc-box {
        margin-top: 1rem;
        padding: 1rem;
        background-image: linear-gradient(to bottom, #242424, #ce0000);
        border-radius: 20px;
    }

    .reqs {
        background-image: linear-gradient(to bottom, #161616, #860000);
        font-size: 24px;
        margin: 1rem;
        padding: 1rem;
        border-radius: 30px;
    }
}

@media only screen and (min-width: 1560px) {

.container {
    margin: auto;
    width: 97.5vw;
    height: 97.5vh;
    background-image: linear-gradient(to bottom, #161616, rgb(29, 5, 49));
}

.title {
    margin: 3rem;
    width: 40%;
    background-image: linear-gradient(to bottom, #161616, rgb(77, 0, 0));
    display: flex;
}

.borradius {
    border-radius: 25px;
    transition: all ease 0.33s;
}

.borradius:hover {
    border-radius: 20px;
}

.h1 {
    font-size: 72px;
}
.h2 {
    font-size: 48px;
}
.h3 {
    font-size: 36px;
}
.h4 {
    font-size: 24px;
}
.h5 {
    font-size: 16px;
}
.h6 {
    font-size: 12px;
}

.titlescoll {
    margin: 1rem;
    padding-inline: 4rem;
}

.servlogo {
    margin: 1rem;
}

.logopic {
    width: 10rem;
    transform: translateY(25%);
    border-radius: 1rem;
}

.first-section {
    display: flex;
}

.desc-box {
    margin: 1rem;
    background-image: linear-gradient(to bottom, #161616, rgb(62, 8, 83));
    border-radius: 50px;
}

.reqs {
    background-image: linear-gradient(to bottom, #161616, #860000);
    font-size: 48px;
    margin: 1rem;
    padding: 1rem;
    border-radius: 30px;
}

}