body {
    background: rgb(221,0,49);
    background: linear-gradient(0deg, rgba(25,118,210,1 ) 30%, rgba(255,255,255,1) 34%, rgba(238,245,252,1) 66%, rgba(221,0,49,1) 70%);
    color: #1976d2;
}
h1 {
    color: #1976d2;
    font-family: 'Bebas Neue', cursive;
    font-size: 80px;
}
h3 {
    font-family: 'Lato', sans-serif;
}
.content-container {
    height: 100vh;
}