@import url('https://fonts.googleapis.com/css2?family=Kavoon&family=Righteous&family=Source+Code+Pro&display=swap');

body{
    background-color: blue;
}
h1{
    text-align: center;
    color: lightblue;
    background-color: rgb(0, 119, 255);
    font-family: 'Kavoon', cursive;
}
h2{
    text-align: center;
    color: rgb(169, 214, 230);
    background-color: rgb(37, 153, 114);
    font-family: 'Righteous', cursive;
}
p{
    text-align: justify;
    color: white;
    font-family: 'Source Code Pro', monospace;
}
img{
    width: 300px;
}