 @import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Roboto+Slab:wght@300&display=swap'); 

 body { background-color: aliceblue;

 }

.adaptable {
    width: 0 auto;
}

h1 {
    text-align: center;
    font-family: 'Alfa Slab One', cursive;
    color: rgb(73, 124, 186);
}

h5 {
    text-align: center;
    color: rgb(148, 148, 24);
}

h3 {
    color: rgb(73, 124, 186);
}

h4 {
    color: rgb(73, 124, 186);
}

p, h6{
    font-family: 'Roboto Slab', serif;
    color: black;
}


