p {
    
    font-family: 'Comic Neue', cursive;
font-family: 'Roboto', sans-serif;
}
h1 {
    display: inline;
    font-family: 'Comic Neue', cursive;
font-family: 'Roboto', sans-serif;
}
h2 {
    display: inline;
    font-family: 'Comic Neue', cursive;
font-family: 'Roboto', sans-serif;
}


.blue-color {
    color: rgb(0, 140, 254);
}

.bg-blue {
    background-color: #4EA5D9;
}
.text-blue{
    color: #4EA5D9;
}
body{
    overflow-x: hidden;
}
.container{
    background-repeat:no-repeat;
    background-position: 95% 95%;
    background-image: url(../images/main_page_time_machine_amico_light.png)
}