@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

html{
    font-size: 62.5%;
}
body{
    font-size: 1.6rem;
    margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
    color:#fff;
}
.bg-background{
    background-color: #389AF0;
    height: 100vh;
    display: block;
}
h2{
    font-size: 5rem;
    margin-bottom: 2rem;
}

@media(max-width:576px){
    .bg-background{
        height: 100%;
    }
}
