@font-face
{
    font-family: hdrfont;
    src: url(headerfnt.otf);
    src: url(headerfnt.woff);
}

@font-face
{
    font-family: text1;
    src: url(text1.ttf);
    src: url(text1.woff);
}

html
{
}

body 
{
  background-image: url("https://bettysgraphics.neocities.org/images/backgrounds/pattern%20605.gif");
  background-repeat: repeat;
  background-size: 10%;
  padding: auto;
  
  height: 100%;
}

.mothership
{
  margin: auto;
  
  display: flex;
  justify-content: center;
  
  height: 99%;
  width: 100%;
}

.stamps
{
  width: auto;
  margin-right: 3px;
}

.everythingdiv
{
  width: 48%;
  display: grid;
  grid-template-columns: 33.333% 40.333% 26.333%;
  justify-content: space-between;
}
.maindiv
{
  border-color: #501c7a;
  border-style: solid;
  border-width: 2px; 
  padding-left: 1%;
  
  background-image: url('hearts.jpg'); 
  background-repeat: repeat; 
  background-size: 20%;
}

.bigtext
{
  color: #cf98ff;
  font-size: 5.5cqmin;
  font-family: hdrfont;
  font-weight: 100;
  
  margin-top: 2%;
}

.text1
{
  color: #cf98ff;
  font-size: 2.6cqmin;
  font-family: text1;
}

