html {
  font-family: 'nintendo-ds-bios-webfont'; 
}

body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    background-color: #cfcfcf;
    background: url('https://kiiview.neocities.org/background-socials.png');
    background-attachment: fixed;
    background-size: 60px 60px;
    cursor: url("http://www.rw-designer.com/cursor-extern.php?id=7091"), auto;
    
}

.main-area {
  font-size: 20px;
  border-style: solid;
  border-color: black;
  border-width: 2px;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 150px 468px 0px 484px;
  display: flex;
  flex-direction: column;
  height: 1000px;
}

.socials-button {
 font-size: 30px;
 margin: 10px 30px 0px 30px;
 border-style: solid;
 border-color: black;
 border-width: 2px;
 font-family: 'nintendo-ds-bios-webfont'; 
}

.socials-button:hover {
  cursor: url("http://www.rw-designer.com/cursor-extern.php?id=7092"), auto;
}