html {
    height: 100%;
}

body {
    margin: 0;
    height: 100%;
    background-color: #faece3;
    display: flex;
    flex-direction: column;
}

.logo {
    height: 70%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

svg {
    max-height: 280px;
    width: 100%;
}

h2 {
    font-family: mrs-eaves, serif;
    font-weight: 400;
    font-style: normal;
    color: #b04f3b;
    letter-spacing: 1.5px;
}

.contact {
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ef826c;

    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
}

.contact a {
    margin: 3px 0px;
}

.contact div {
    margin: 7px 0px;
}

a {
    text-decoration: none;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ef826c;
    cursor: pointer;

    transition: all 0.2s ease-in;
}

a:hover {
    color: #b04f3b;
}

.social-media {
    display: flex;
    justify-content: center;
    margin-top: 4px;
}

.social-media a {
    margin: 0px 4px;
}
