html, body {
    width: 100vw;
    height: 100vh;
    padding: 0;
    margin: 0;
    background-color: #eee;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
}

#logo {
    width: 200px;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    position: absolute;
}

#bows {
    width: 70vw;
    max-width: 600px;
    position: absolute;
    right: 10px;
    bottom: 56px;
}

.mail {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    text-align: center;
    max-width: 600px;
    padding: 16px;
    line-height: 20px;
    font-weight: 900;
    font-size: 12px;
}

.mail a {
    color: #f19c40;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.mail a:hover {
    font-size: 14px;
}


footer {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-align: center;
    text-align: center;
    position: absolute;
    bottom: 0;
    line-height: 18px;
    font-size: 12px;
    padding-top: 20px;
    height: 56px;
    width: 100%;
    background-color: #f19c40;
    color: #fff;
}