html,
body {
    font-family: 'Montserrat', sans-serif;
    color: black;
    font-size: 1rem;
}

.send-group {
    text-align: center;
    margin-top: 15px;
}

.header-container {
    display: flex;
    justify-content: space-between;
    height: 300px;
}

.box {
    width: 100px;
    display: flex;
    align-items: center;
}

.image-box {
    display: flex;
    align-items: center;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

.container {
    max-width: 720px;
}

form p {
    margin-top: 10px;
}

.back-button {
    font-weight: 500;
}

.thanks {
    text-align: center;
}