@font-face {
    font-family: OpenSans;
    src: url(../assets/OpenSans-VariableFont_wdth\,wght.ttf);
}
body{
    margin: auto;
    font-family: 'OpenSans';
}
.container{
    padding: 10px;
  }
  .title{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    color: #611c33;
  }
  .content{
    font-size: 17px;
    font-weight: 500;
    margin: 40px;
  }