
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz@9..40&display=swap');


body {
    background-color: #ff7b25;
    font-family: 'DM Sans', sans-serif;
}

* {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}

header {
    background-color: #4b3584;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    font-display: left;
}

h1 {
    color: #feb236;
    margin-top: 0px;
    margin-left: 60px;
    margin-bottom: 0px;
    font-size: 50px;
    text-decoration: none;
}

nav { 
    background-color: #feb236;
    margin: 0px;
    width: 100%;
    height: 60px;
    text-align: center;
    font-family: 'DM Sans', sans-serif;
    font-size: 25px;
    display: flex;
    justify-content: space-around; 
    align-items: centre;
    text-decoration: none;
}

h2 {
        color: #feb236;
        text-align: center;
        font-size: 50px;
        margin-top: 30px;
        margin-bottom: 20px;
        font-family: 'DM Sans', sans-serif;
        text-decoration: none;
}


h3 {
    text-align: center;
    color:#c61138;
    font-size: 30px;
    font-family: 'DM Sans', sans-serif;
    text-decoration: none;
  }
  
h4 {
    text-align: center;
    font-size: 20px;
    font-family: 'DM Sans', sans-serif;
    text-decoration: none;
  }

  h5 {
    font-size: 20px;
    font-family: 'DM Sans', sans-serif;
    text-decoration: none;
}
  

div {
    display: grid;
    place-items: center;
  }

div1 {

    display: flex;
    align-items: center;
    justify-content: center;
}

img {
    width: 50%;
    /* margin-left: 370px; */
    image-rendering:optimizeSpeed;
    margin: 0 auto;
    display: block;
}

footer {
    text-align: center;
    font-family: 'DM Sans', sans-serif;
    font-size: 25px;
    display: flex;
    justify-content: center; 
    margin-top: 150px;
    margin-left: 20px;
}