body{
background-image: url(txt.png), url(bg.png);
background-repeat: no-repeat, repeat;
font-family: 'trebuc', sans-serif;
user-select: none;
}

@font-face{
  font-family:trebuc;
  src: url(trebuc.ttf);
}

#scrolly{
overflow: scroll;
overflow-x: hidden;
overflow-y: auto;
width:403px;
height:184px;
margin-left: 278px;
margin-top: 414px;
text-align: left;
scrollbar-color: #75979d #8fa9ad;
scrollbar-width: thin;
color: #2f383a;
}

#footer{
width: 230px;
height: min-content;
margin-left: 450px;
margin-top: 8px;
text-align: left;
font-size: 12px;
color: #2f383a;
}

a{
text-decoration-style: dotted;
color: #3B5B5D;
}

a:hover{
text-decoration-style: wavy;
}