body{
    background-image: url("https://i.pinimg.com/736x/6f/bf/9d/6fbf9d8dc3c25b6bddeba4461554551b.jpg");
    background-attachment: fixed;
    background-size: contain;
    color: rgb(0, 0, 0);
}
a{
    transition: letter-spacing 0.5s ease; 
    letter-spacing: 0px;
}
a:hover{
    color: red;
    letter-spacing: 2px;
}
@font-face {
    font-family: "Nintendo-DS-BIOS";
    src: url("Nintendo-DS-BIOS.ttf");
}
h3{
    color: rgb(111, 18, 18);
}
.text{
    font-family: "Nintendo-DS-BIOS";
    font-size: 130%;
    line-height: 0%;
    position: absolute;
    left: 280px;
}