@font-face {
     font-family: "LovelyValentine";
     src: url(https://thepasteldyke.neocities.org/misc/fonts/LovelyValentine.woff) format("woff");
}

@font-face {
     font-family: "TitilliumWeb-Light";
     src: url(https://thepasteldyke.neocities.org/misc/fonts/TitilliumWeb-Light.ttf) format("truetype");
}

body {
  background-image: url("https://thepasteldyke.neocities.org/misc/backgrounds/hCMK6cY.gif");
  background-size: 100px;
  background-position: center;
  background-repeat: repeat;
  background-attachment: fixed;
  cursor: url(https://thepasteldyke.neocities.org/misc/cursors/pocky/pocky_crunch_blue_cursor%2075px.png), auto !important;
}

a {
cursor: url("https://thepasteldyke.neocities.org/misc/cursors/pocky/pocky_flower_white_chocolate_cursor%2075px.png"), default;
}

a img {
cursor: url("https://thepasteldyke.neocities.org/misc/cursors/pocky/pocky_flower_white_chocolate_cursor%2075px.png"), default;
}

h1 {
  font-family: "LovelyValentine";
  font-size: 50px;
  line-height: 0px;
  color: white;
  font-weight: normal;
  text-shadow: 2px 2px #BD004D ;
}

p1 {
  font-family: "TitilliumWeb-Light";
  margin-top: 0px;
  font-size: 10px;
}

p2 {
  font-family: "TitilliumWeb-Light";
  font-size: 20px;
  margin: 3px;
}

p3 {
  font-family: "TitilliumWeb-Light";
  font-size: 15px;
  margin: 3px;
}



a.one:link, a.one:visited {
  color: white;
  text-decoration: none;
}

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

a.two:link, a.two:visited {
  color: black;
  text-decoration: none;
  font-family: "TitilliumWeb-Light";
  font-size: 15px;
  line-height: 10px;
  
}

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

/* TOP BUTTONS */
.buttoncontainer {
  margin: auto;
  margin-bottom: 0px;
  padding: 5px; 
  text-align: center;
  transition: all .2s ease-in-out; 
}

.button {
    background-color: rgba(255, 255, 255, 0.0);
    border: none;
  margin: auto;
  cursor: url("https://thepasteldyke.neocities.org/misc/cursors/pocky/pocky_crunch_blue_cursor%2075px.png"), default;
}

.heartlarge {
    background-image: url(https://thepasteldyke.neocities.org/misc/img/candyheart_empty.png);
    background-size: cover;
  background-color: rgba(245, 40, 145, 0);
  padding: 0px;
  border: none;
    font-family: LovelyValentine;
    font-size: 50px;
  text-align:center;
  text-decoration:none;
  text-shadow: 2px 2px #BD004D ;
  color: white;
  margin-bottom: 40px;
  margin: auto;
  width:150px;
  height:150px;
  transition: all .2s ease-in-out;
}

.heartlarge:hover {
  transform: scale(1.2);
}

/* MAIN BOX */

.container {
  margin: 40px auto 5px auto;
  background: #FFFFFF;
  padding: 20px 20px 0px 20px;
  height: 520px;
  width: 800px;
  text-align: center;
  border:8px solid transparent;
  box-sizing:border-box;
  border-width:8px;
  border-image: url('https://thepasteldyke.neocities.org/misc/borders%20etc/tumblr_inline_o98mskFnTn1u2r0ws_540.png') 8 round;
  transition: all .2s ease-in-out;
  overflow: auto;
}

/* TOP ROW */

.header {
  margin: auto;
  margin-bottom: 10px;
  background-image: url("https://thepasteldyke.neocities.org/misc/backgrounds/bgs5.png");
  background-size: 900px;
  background-position: bottom;
  padding: 10px 20px 30px 20px; 
  border: 1px solid black;
  transition: all .2s ease-in-out;
  height: 50px;
}

.bigbox {
  margin: auto;
  margin-bottom: 10px;
  height: 180px;
}


/* SECOND ROW */
.welcometext {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid black;
  height: 170px;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 0px 5px;
  overflow: auto;
  font-family: TitilliumWeb-Light;
  text-align: left;
}


/* THIRD ROW */
.webrings {
  margin: 15px auto auto auto;
  margin-bottom: 20px;
  padding: 0px 10px 15px 10px; 
  text-align: center;
  height: 40px;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 650px;
  margin: auto;
}

td, th {
  text-align: center;
  padding: 8px;
  width: 20%;
  margin: auto;
}


.footer {
  margin: auto;
  margin-bottom: 10px;
  background-image: url("https://thepasteldyke.neocities.org/misc/backgrounds/bgs5.png");
  background-size: 900px;
  background-position: bottom;
  padding: 10px 20px 30px 20px; 
  border: 1px solid black;
  transition: all .2s ease-in-out;
  height: 50px;
}