@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;
    height: 100vh;
    margin: 0 auto;
    box-shadow: 2px 5px 15px 5px rgb(159, 159, 159);
    background-color: rgb(219, 219, 219);
    color: rgb(40, 40, 40);
    font-size: 23px;
    position: relative;
    min-height: 100%;
}

h1 {
    background-color: rgb(29, 62, 144);
    padding: 40px;
    margin: 0;
    text-align: center;
    color: #ed9a00;
    background-image: url("https://www.transparenttextures.com/patterns/office.png");
}

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

h1 :hover {
    padding: 0 3px 0 0;
}

.rekvizits {
    margin-left: 120px;
    margin-top: 30px;
}

.rekvizits .items {
    background-color: rgb(219, 219, 219);
    border-radius: 10px;
    padding: 0 10px 0 10px;
    text-decoration: none;
}

.rekvizits .k {
    margin-top: 15px;
}

.rekvizits .a {
    color: #7e5200;
}

.rekvizits .m {
    color: #7e5200;
}

.rekvizits .j {
    color: #7e5200;
}

.rekvizits .b {
    text-decoration: none;
    color: rgb(40, 40, 40);
}

.naming {
    margin-left: 110px;
}






.wrapper_footer {
    background-color: rgb(24, 51, 121);
    margin-top: 90px;
    padding: 60px 0 60px 0;
    background-image: url("https://www.transparenttextures.com/patterns/office.png");
    position: relative;

    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
    .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;
    }

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