@import url('https://fonts.googleapis.com/css2?family=Delius&display=swap');
body{
   background-color: #efb33a; 
}

h1{
    text-align: center;
    background-color: #061d78;
    color: white;
    padding: 50px;
    margin-top:-10px;
    margin-left:-10px;
    margin-right:-10px;
    font-family: "Delius", cursive;
    font-weight: 400;
    font-style: normal;
}

.navbar {
    text-align: center;
    background-color: #061d78;
    
}

.navbar ul {
   text-align: center;
    margin: 0 auto; 
    padding: 0; 
    list-style-type: none; 
    display: inline-block; 
    
}

.navbar ul li {
    text-align: center;
    display: inline-block;
    background-color: gold;
    margin: 20px;
    border-radius: 25%;
    padding: 10px;
    list-style-type: none; 
    font-size:18px;
    font-family: "Delius", cursive;
    font-weight: 400;
    font-style: normal;
    
}

.beginnerText{
    text-align: left;
    font-size: 18px;
    font-family: "Delius", cursive;
    font-weight: 400;
    font-style: normal;
}

h3{
    background-color: #061d78;
    color: white;
    padding: 15px;
    font-family: "Delius", cursive;
   font-weight: 400;
   font-style: normal;
}

img{
    width:330px;
    display:inline;
    float:left;
    margin-right: 20px;
}

.JovitaIntro{
    text-align: justify;
    font-size: 18px;
    font-family: "Delius", cursive;
   font-weight: 400;
  font-style: normal;
}


.flex-container1{
    display:flex;
    flex-wrap: wrap;
    padding: 15px;
    font-size: 18px;
}

p{
  font-family: "Delius", cursive;
  font-weight: 400;
  font-style: normal;
}