* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
}


a {
    text-decoration: none;
}

.header {

    background: #25464A;
    mix-blend-mode: darken;
    border: 1px solid #000000;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-top: 39px;
    padding: 41px;
    margin-bottom: 96px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;

}

.header_link {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    color: #E6DEDE;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.title {
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    color: #000000;
    margin-bottom: 92px;
}

.content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 64px;

}



.text {
    width: 500px;
    font-style: italic;
    font-weight: 200;
    font-size: 20px;
    line-height: 23px;
    text-align: center;

    color: #000000;

}

.footer {
    background: #25464A;
    mix-blend-mode: darken;
    border: 1px solid #000000;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-style: italic;
    font-weight: 200;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #E6DEDE;
    margin-top: 250px;
    padding-top: 28px;
    padding-bottom: 28px;
}

/* .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
} */