


body {
  background-image: url("/misc/backgrounds/pink%20blue%20bg.png");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  cursor: url(/misc/cursors/cookie%20cursor.png), auto;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}

a.one:link, a.one:visited {
  color: #8B0050;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
}

a.one:hover, a.one:active {
  color: #FF6AC0;
}

a.two:link, a.two:visited {
  color: #8B0050;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  padding: 0% 0% 0% 10%;
}

a.two:hover, a.two:active {
  color: #FF6AC0;
}

a.three:link, a.three:visited {
  color: black;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
}

a.three:hover, a.three:active {
  color: black;
}

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

h3 {
  margin-bottom: 0px;
  letter-spacing: 5px;
  word-spacing: 10px;
  margin-left: 60px;
  text-decoration: underline dotted;
  text-decoration-thickness: 3px
  }
  
h4 {
  margin-bottom: 10px;
  margin-top: 10px;
  letter-spacing: 5px;
  word-spacing: 10px;
  text-align: center;
  text-decoration: underline dotted;
  text-decoration-thickness: 3px
  
  }  
  
h5 {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 10px;
  letter-spacing: 2px;
  text-decoration: underline solid;
  text-decoration-thickness: 1px
  
  }  
  
p {
  margin: 20px;
  
  }  

p2 {
  color: white;
  margin-bottom: 15px;
  margin-left: 10px;
  font-size: 10px;
  padding-bottom: 15px;
  } 
  
.rcorners1 {
  height: 60vh;
  width: 58rem;
  overflow: auto;
  background-size: contain; 
  background-repeat: no-repeat;
  background-color: #f1f1f1;
  border: 3px solid #A73B5E; 
  border-radius: 6px;
  margin: 0px auto 15px auto;
}

.mynewclass1 {
  height: 14vh;
  width: 30rem;
  background-image: url('/misc/frame/frame top1.png');
  background-size: contain; 
  background-repeat: no-repeat;
  background-color: white;
  border: 3px solid #A73B5E; 
  border-radius: 6px;
  margin: 30px auto 30px auto;
}

.mynewclass2 {
  background-image: url('/misc/frame/frame top1.png');
  background-size: contain; 
  background-repeat: no-repeat;
  background-color: white;
  border: 3px solid #A73B5E; 
  border-radius: 6px;
  width: 90%;
  margin: 30px auto 15px auto;
  padding: 3px;
}

.mynewclass3 {
  background-image: url('/misc/frame/frame top1.png');
  background-size: contain; 
  background-repeat: no-repeat;
  background-color: white;
  border: 3px solid #A73B5E; 
  border-radius: 6px;
  width: 50%;
  margin: 30px auto 35px auto;
}

.summarybox {
  width: 80%;
  margin: 30px auto 15px auto;
  
}

.clapbox {
  width: 8%;
  margin: 0 auto;
  
}

div1 {
  float: right;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
}

div1:hover {
  transform: scale(1.2) rotate(20deg);
}

  
.image1  {
     width:100%;

  }
  
.image2  {
     width: 50px;
     height: auto;
  }

/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width: 800px) {
  .flex-item-right, .flex-item-left {
    flex: 100%;
  }
  
@media only screen and (max-width : 800px) {
   image2{
     width: 300%;
     height: auto;
   }