
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


body{
  width:50%;
  margin:0 auto;
  
}

main{
  display:flex;
}

header{
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: normal;
}

h1{
    display:flex;
    justify-content: center;
    align-items:center;
    font-size:2.2em;
}

#header{
  display:flex;
    justify-content: center;
    align-items:center;
}

aside{
   font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size:15px;
  text-decoration: none;
  margin:40px;
}

aside >p{
    width:34.34%;
    font-size:1.3em
}

article{
  width:75%;
  margin-left:25px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size:16px;
  line-height:2;
}

article >p{
  text-indent:10px;
}


li {
    line-height: 24px;
  }
  
  ul{
    width:45%;
    padding-left:0px;
    list-style-type: none;
  }

  #header{
    font-size:1.7em
  }

  img{
    max-width:200px;
    height:auto;
    padding:30px;
  }

  div{
    display:flex;
    justify-content: center;
    align-items:center;
  }