<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
*{
    margin: 0;
    padding: 0;
    
}

.main-event{
  max-width: 980px;
  padding: 0;
  margin-left: 10%;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  /*display: grid;
  grid-template-columns: 300px,300px,300px;*/
}

.e-gif{
  width: 150px;
  height: 220px;
  margin-left: 14%;
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  
}
.event-gif{
  width: 150px;
  height: 200px;
  margin-left: 33%;
  margin-right: auto;
box-shadow: 2px 2px 4px #b7b7b7;
  border-radius: 5px;
}





.main-event h3{
  font-size: 15px;
}

.event-image{
  width: 280px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 2px 2px 4px #b7b7b7;
  border-radius: 5px;
}
</pre></body></html>