body {
    font-family: Arial, sans-serif;
    margin: 0;
    background: #E9DAC5;;
    color: #4A4023;
    text-align: center;
}

.wrapper {
    display: flex;
    max-width: 600px;
    flex-direction: column;
    margin: 100px auto;
    padding: 20px;
    align-items: center;
}

h1 {
    font-size: 70px;
    margin-bottom: 20px;
}

h2 {
    align-self: start;
}

.contacts {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    gap: 5px;
}

.contacts a {
    color: #4A4023;
    text-decoration: none;
    font-weight: bold;
}

.contacts a:hover {
    text-decoration: underline;
}

.contacts-item {
    display: flex;
    gap: 5px;
    color: #4A4023;
}