﻿@font-face {
    font-family: "Manrope";
    src: url('../fonts/manrope_semibold.eot');
    src: local('Manrope semibold'), local('Manrope'),
    url('../fonts/manrope_semibold.woff2') format('woff2'),
    url('../fonts/manrope_semibold.woff') format('woff'),
        url('../fonts/manrope_semibold.ttf') format('truetype'),
        url('../fonts/manrope_semibold.svg#manrope_semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    font-optical-sizing: auto;
}

html {background: linear-gradient(#3D618F, #3C5A92);height: 100%;}
body {align-content: center;color: #D8E7FF;font: 600 100% / 1.375rem "Manrope", sans-serif;min-height: 100%;margin: 0;padding-inline: 1em;text-align: center;}
h1 {
    color: #1C2E4C;font-size: 22px;line-height: 2.5rem;margin: 0 0 4rem;padding: 0;word-wrap: break-word;text-wrap: balance;
    & span {display: block;font-size: 38px;text-transform: uppercase;}
}
.photo {
  aspect-ratio: 1/1;margin-inline: auto;width: min(420px, 100%);
  & img {width: 100%;}
}
.photo +div {
    display: flex;gap: 1.25rem 2.5rem;justify-content: center;margin-top: 6rem;flex-wrap: wrap;
    & p {align-items: center;display: flex;gap: 10px;margin: 0;}
    & >:first-child {display: flex;gap: 10px; align-items: center;}
    & >:first-child:before {background-color: #5F83C2;-webkit-mask-image: url(../images/404-phone.svg);mask-image: url(../images/404-phone.svg);content:"";height: 22px;width: 16px;}
    & >:last-child:before {background-color: #5F83C2;-webkit-mask-image: url(../images/404-mail.svg);mask-image: url(../images/404-mail.svg);content:"";height: 18px;width: 22px;}
    & a {color: #D8E7FF;text-decoration: none;}
    & a:hover {text-decoration: underline;}
  }