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: #7b7b7b;
    font-weight: bold;
    text-decoration: none;
}

svg {
    margin: 20px 10px;
}

.card {
    border:0;
}
