html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family:sans-serif;
}

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

h1 {
    text-align: center;
    font-weight: bold;
    font-size: larger;
}

.contact-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}

.contact-item {
    margin-bottom: 450px;
}

.tel-email {
    margin-bottom: 20px;
}

.label {
    color: #333333;
    font-weight: normal;
}

.info {
    color: #AA112D;
}

a {
    color: #aa112d;
}

a:hover {
    text-decoration: none;
}