body {
    background-image: url("images/paperbg2.jpg");
    height: 100%;
}

.main {
    position: absolute;
    width: 340px;
    height: 230px;
    background-image: url("images/solidblue.jpg");
    background-position: right;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 2px;
    border: 3px double #101010;
}

/*fonts */

.vt323-regular {
  font-family: "VT323", monospace;
  font-weight: 400;
  font-style: normal;
}

.ruslan-display-regular {
  font-family: "Ruslan Display", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
    text-align: center;
    padding: 10px;
    position: relative;
    top: 40%;
    transform: translateY(-50%);
    font-family: "VT323", monospace;
    font-weight: 200;
    font-size: 25px;
}

.home {
    text-decoration: none;
    color: #101010;
    font-family: "Ruslan Display", sans-serif;
    font-size: 20px;
    position: absolute;
    left: 44.5%;
    top: 75%;
    display: inline-block;
    text-align: center;
}

.home:hover {
    font-weight: 600;
    position: absolute; 
}

.homediv {
    position: absolute;
} 



