html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 60px auto;
    max-width: 1024px;
}

h1 {
    font-size: 3.2rem;
    margin: 20px 0;
    font-weight: bold;
}

h3 {
    margin: 20px 0 10px 0;
    text-transform: capitalize;
}

a {
    color: #c76082;
    text-decoration: none;
}

svg {
    margin: 20px 10px;
}

.endurance-logo {
    width: 260px;
}

hr {
    background-color: #eeb2c6;
    height: 20px !important;
    opacity: 1;
}

.card {
    border:0;
}
