.error-404 {
    width: 1164px;
    margin: 85px auto;
    font-family: "Roboto Flex", sans-serif;
}

.logo {
    margin: 0 31px 40px;
}

.error-404-content {
    display: flex;
    align-items: center;
    gap: 64px;
}

h1 {
    font-size: 120px;
    margin: 0;
    font-weight: bold;
}

h2 {
    margin: 40px 0 20px;
    font-size: 20px;
}

p {
    font-size: 16px;
    margin-bottom: 52px;
}
.button{
    padding: 14.5px 32px;
    font-size: 16px;
    background: #407BF9;
    cursor: pointer;
    display: flex;
    color: #fff;
    border: none;
    text-decoration: none;
    max-height: 48px;
    align-items: center;
    justify-content: center;
    width: max-content;
    border-radius: 4px;
}