html,
body {
    height: 100%;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.25rem;
}

section {
    display: block;
    min-height: 100%;
    width: 100%;
    background-image: linear-gradient(#feb382, #c8b8a7);
}

.border-radius-10 {
    border-radius: 10px;
}