body{
    font-family: 'Times New Roman', Times, serif;
    background: url(https://www.gamereactor.pt/media/22/stardewvalleyhits_4432203b.jpg) no-repeat center center fixed;
    background-size: cover;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #ffff;
    cursor: url(https://files.catbox.moe/9sqghv.png), auto;

}

a, button,.icon{
    cursor: url(https://files.catbox.moe/nmozia.png), pointer;
}
.container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: rgba(65, 105, 225, 0.7);
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3)
}
header{
    background-color:  #006400;
    color: white;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-left{
    display: flex;
    align-items: center;
    gap: 15px;
}
.site-icon img{
    background: url(https://i.redd.it/website-to-make-your-own-stardew-valley-portrait-v0-7orvdvkkj1rd1.png?width=256&format=png&auto=webp&s=3aefd923c5c6871e4e319a48f47704c0228daed3);
    width: 150px;
    height: 150px;
    border-radius: 100%;
    object-fit: cover;
}
.header-right nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
}
.header-right nav ul li a{
    text-decoration: none;
    color: white;
    font-weight: bold;
    transition: color 0.3s;
}
.header-right nav ul li a:hover{
    color: #FFD700;
}
footer{
    background-color:  #006400;
    color: white;
    padding: 20px;
    margin-top: 20px;
}
ul {
  text-align: center; 
  }
h2{
  text-align: center;
  }