@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:wght@500&family=Barlow:wght@300&family=JetBrains+Mono:wght@300&family=Roboto:wght@100&display=swap');

body {
    background-color: rgb(255, 255, 255);
    font-family: 'Alumni Sans', sans-serif;
    margin: 0;
    padding: 0;
}

.wrapper {
    max-width: 1170px;
    margin: 0 auto;
    box-shadow: 2px 5px 15px 5px rgb(159, 159, 159);
    background-color: rgb(219, 219, 219);
    color: rgb(90, 90, 90);
    font-size: 19px;
    position: relative;
    /* border: solid red; */
}

h1 {
    background-color: rgb(24, 51, 121);
    padding: 40px 0;
    margin: 0;
    text-align: center;
    color: #ed9a00;
    font-size: 46px;
    background-image: url("https://www.transparenttextures.com/patterns/office.png");
}

h1 a {
    text-decoration: none;
    color: #ed9a00;
}

h1:hover {
    padding-right: 3px;
}

.logline_h1 {
    position: absolute;
    content: '';
    top: 3%;
    bottom: 0;
    left: 37.3%;
    right: 0;
    width: 205px;
    height: 25px;
    color: rgb(255, 75, 75);
}

h2 {
    font-size: 35px;
    color: rgb(0, 174, 255);
    margin-left: 18.5%;
    padding: 15px 0;
    margin-top: 0;
    margin-bottom: 0;
}

h3 {
    font-size: 20px;
    color: rgb(79, 79, 79);
    margin-left: 50px;
}

p {
    margin-left: 50px;
    margin-right: 30px;
}

.actualno {
    color: rgb(24, 51, 121);
    font-size: 19px;
}

span {
    color: #ed9a00;
}

.termins {
    color: #000;
    background-color: #ed9a00;
}

.ask {
    color: aliceblue;
    font-size: 21px;
    margin-bottom: 0;
}

.answer {
    margin-top: 0;
}

.news {
    padding: 20px;
    margin: 0;
}

.wrapper_footer {
    background-color: rgb(24, 51, 121);
    padding: 60px 0 60px 0;
    background-image: url("https://www.transparenttextures.com/patterns/office.png");
    position: relative;
}
    .wrapper_footer::after {
    position: absolute;
    content: '';
    background: url('./hostel-1.png') no-repeat bottom right / 70px 70px;
    top: 26%;
    bottom: 0;
    left: 83.5%;
    right: 0;
    width: 70px;
    height: 70px;
}

.wrapper_footer .naming span {
color: #ed9a00;
}

.wrapper_footer .naming {
    color: rgb(175, 175, 175);
    padding-bottom: 5px;
    padding-left: 5px;
    font-size: 17px;
    }

    .naming {
        margin-left: 57px;
    }

    .counter {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 61px;
    }