* {
  box-sizing: border-box;
}

a { color:  #90003b ; }


@font-face {
  font-family: calculator; src: url('archive/Calculator.ttf'); 
  
}
 
 @font-face {
 font-family: rainyhearts; src: url('archive/rainyhearts.ttf'); 
  
} 
  
body {
  font-family: "Comic Sans MS";
  color:  #90003b ;
  padding: 20px;
  background-image: url("archive/hearts.jpg");
}


.header {
  font-family: "Comic Sans MS";
  padding: 30px;
  font-size: 40px;
  text-align: center;


  
}

.title {
  font-family: "Comic Sans MS";
  font-size: 40px;
    margin : 0 ;
padding : 0  ;
line-height : 20px

}

.text {
  font-family: "Comic Sans MS";
  font-size: 20px;
  
}

.date {
  font-family: "Comic Sans MS";
font-size: 15px;
padding-inline-start: 20px
}

.imgs {
  width: 200px;
}

.imgm {
  width: 340px;
}

.imgl {
  width: 500px;
}



#banner {
  position: absolute;
  right: 10px;
  height: 30px;
}
#right {
  position:absolute;
  right: 70px;
  height: 200px;
  top: 50px;
}
#left {
  position:absolute;
  left: 70px;
  height: 170px;
  top: 80px;
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {
  float: left;
  width: 75%;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 25%;
  padding-left: 20px;
  font-size: 20px;
}


/* Add a card effect for articles */
.card {
background-color:  #edb209   ;
  padding: 20px;
  margin-top: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Footer */
.footer {
  padding: 20px;
  text-align: center;

  margin-top: 20px;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {
    width: 100%;
    padding: 0;
  }
}