body {
    font-family: Roboto, Arial, sans-serif;
    margin: 0;
}
h4 {
    font-size: 16px;
    line-height: 20px;
}
.background {
    background-image: url(/assets/images/home_background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
