html {
    box-sizing: border-box;
    font-size: 16px;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

body {
    min-width: 300px;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    background: linear-gradient(265.0deg, #0c2442 -15%, #4f7492 115%);
}

div {
    color: #fefefe;
}

a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.translate {
    background: transparent;
    border: none;
}

.header-container {
    margin: 20px 20px 5px 20px;
}

.title {
    text-align: center;
}

.header-title {
    font-size: 30px;
    line-height: 61px;
    font-weight: 800;
    text-transform: uppercase;
}

.header-subtitle {
    font-size: 16px;
    margin: 0px 0px 40px 10px;
    font-weight: 500;
    min-width: 300px;
    margin-right: 20px;
}

.link-button {
    width: 190px;
    height: 324px;
    position: relative;
    margin: auto;
    font-size: 20px;
    font-weight: 600;
    line-height: 54px;
    text-transform: uppercase;
    text-align: center;
}

.link-inst,
.link-tg,
.link-maps,
.link-yt {
    margin-bottom: 25px;
    background-color: #2c7b9f;
    border-radius: 15px;
}

.link-yt {
    margin-bottom: 100px;
}

.info-title-wrapper {
    margin-bottom: 10px;
}

.info-wrapper {
    min-width: 300px;
    min-height: 290px;
    text-align: center;
    margin-left: 15px;
}

.info-title {
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.info-subtitle-wrapper {
    margin-bottom: 25px;
    padding-right: 20px;
}

.info-subtitle {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
}

.info-descripition-wrapper {
    margin-bottom: 30px;
}

.info-description {
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    margin-right: 20px;
}

.info-greeting {
    min-width: 300px;
}

.greeting {
    min-width: 300px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    margin-right: 20px;
}

.footer-img-wrapper {
    text-align: center;
    margin-left: 10px;
}