* {
     cursor: url(/assets/cursor1.png), auto;
}

@font-face {
	font-family: "Linux Libertine";
	src: url("fonts/LinLibertine_RZ.woff") format('woff');
}

body {
    background: url("https://background-tiles.com/overview/green/textures/large/5027.png");
    background-repeat: repeat;
    padding: 0px;
    height: 100vh;
    margin: 0px;
}


.main {
    font: 15px "Linux Libertine", serif;
    display: flex;
    flex-direction: column;
    text-align: center;
 background: url(https://www.tilingtextures.com/wp-content/uploads/2024/10/242-rough-paper.webp);
 margin: 0px auto;
 width: 500px;
 height: 100vh;
 padding: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

span#emph {
    font-weight: bold;
    color: rgb(4, 42, 30);
    text-shadow: rgb(233, 131, 48) 1px 1px 2px;
}