body {
    font-family: "Noto Sans";

}

h1,h2 {
    font-family: "Lora";
}

.header-title {
 font-size: 48px;
 font-weight:bold;
}

.des {
 background-color: rgb(100, 100, 255);

}

.read {
    background-color: rgb(100, 100, 255);
}

.iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (9 / 16 = 0.5625) */
  }
  
  .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }