*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

 #image{
    height: 150px;
    width: 20%;
    float: right;
    
}

#flag{
    text-align: center;
}

nav + section h1{
    clear: both;
    text-align: center;
    margin-top: 20px;
    font-size: 30px;
}


.imgtxt{
    background-color: rgba(165, 42, 42, 0.137);
    background-image: url("../images/ori_olokun_2.jpg");
    background-repeat: repeat;
    background-size: contain;
    overflow: auto;
    margin-bottom: 30px;
}

h1{
    font-size: 30px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

p{
   font-size: 20px;
   font-family: Arial, Helvetica, sans-serif;
   padding: 50px;
   color: white;
   text-align: center;
}


@media(max-width:600px){

    #image{
        width: 50%;
    }
}

    
@media(max-width:500px){

    #image{
        width: 50%;
    }

    section{
        width: 100%;
    }
}



@media(max-width:400px){

   #image{
        width: 50%;
    }
}