@import url('/assets/font/font.css');
 
 @keyframes scrollBackground {
     0% {
         background-position: 0% 0%;
     }
     100% {
         background-position: 100% 100%;
     }
 }
 
 *{
     margin: 0;
        cursor: none;
 }
 ::selection {
     background-color: #c6ff9a;
     color: #000000;
 }
 
 body {
     font-family: 'forza';
     background: linear-gradient(to bottom, #76cb37, #000000), url('/assets/topo.svg');
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     background-attachment: fixed;
     background-blend-mode: overlay;
     margin: 0;
     animation: scrollBackground 30s linear infinite;
 }
 
 a{
     font-size: 20px;
     color: #000000;
     text-decoration: underline;
     transition: color 300ms ease;
 }
 button, img, a, .btn, .partner a {
    cursor: none !important;
}
 footer{
     background: rgb(0, 0, 0);
     color: #76cb37;
     border-top: #00440e 1px solid;
     padding: 20px;
     text-align: center;
     position: fixed;
     bottom: 0;
     width: 100%;
 }

 #customCursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 2em;
    height: 2em;
    background-color: rgba(0, 0, 0, 0.5);
    border: white 1px solid;
    border-radius: 50%;
    pointer-partners: none;
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease, width 0.2s ease, height 0.2s ease;
    z-index: 1000;
}

a:hover ~ #customCursor,
.btn:hover ~ #customCursor {
    transform: scale(2); /* Ensure the cursor scales instead of resizing */
}
 
 .annoucements{
     background: black;
     padding: 10px;
     font-size: large;
     color: rgb(255, 255, 255);
     transition: ease-in-out 400ms;
     text-align: center;
     display: flex;
     align-items: center;
     justify-content: center;
     border-bottom: #00440e 3px solid;
 }
 
 .announcement a{
     color: rgb(255, 255, 255);
     text-decoration: none;
     transition: color 300ms ease;
     text-decoration: underline;
     font-size: large;
 }
 
 .announcement a:hover{
     color: rgb(255, 255, 255);
     text-decoration: underline;
 }
 
 .title{
     margin-top: 5%;
     font-size: 30px;
     background-color: #76cb37;
     text-align: center;
     width: 75%;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     margin-left: auto;
     margin-right: auto;
     padding: 10px;
 }
 
 .buttons{
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 20px;
     margin-top: 20px;
     cursor: pointer;
 }
 
 .btn{
     background: #55b825;
     border: #00440e 2px solid;
     padding: 10px 20px;
     font-size: large;
     color: rgb(0, 0, 0);
     transition: ease-in-out 400ms;
     text-align: center;
     text-decoration: none;
     font-size: 25px;
 }
 
 .btn.selected {
     background: #00440e;
     color: #76cb37;
     border: #76cb37 2px solid;
 }
 
 .btn:hover{
     background: #00440e5a;
     color: #55b825;
     border: #55b825 2px solid;
     text-decoration: none;
 }
 
 .names{
     display: grid;
     grid-template-columns: 1fr 2fr 2fr 1fr;
     text-align: center;
     gap: 10px;
     margin-top: 20px;
     color: #ffffff;
     font-weight: bold;
     padding: 10px 0;
 }
 
 .partner{
     display: grid;
     grid-template-columns: 1fr 2fr 2fr 1fr;
     background: #000000ed;
     padding: 20px 0;
     border-radius: 5px;
     color: #ffffff;
     text-align: center;
     gap: 10px;
     margin-top: 10px;
     align-items: center;
 }
 
 .partner a{
     color: #ffffff;
     text-decoration: none;
     transition: color 300ms ease;
     text-decoration: underline;
     background-color: #76cb37;
     border: #00440e 2px solid;
     padding: 1em;
     font-size: large;
     width: 75%;
     transition: ease-in-out 200ms;
 }
 
 .partner a:hover{
     color: #76cb37;
     background-color: #00440e;
     border: #76cb37 2px solid;
     text-decoration: underline;
 }
 
 #loadingScreen {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: #000000;
     color: #76cb37;
     display: flex;
     justify-content: center;
     align-items: center;
     font-size: 30px;
     z-index: 1000;
 }
 
 .theme-toggle-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    background: #55b825;
    color: #ffffff;
    border: none;
    padding: 10px 15px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
    z-index: 1000;
    transition: background 0.3s ease;
}

.theme-toggle-btn:hover {
    background: #00440e;
}

 @media (max-width: 450px) {
     body {
         font-size: 14px;
         overflow-x: hidden;
         height: 100vh;
     }
 
     .annoucements {
         flex-direction: column;
         padding: 5px;
         font-size: medium;
     }
 
     .announcement a {
         font-size: 14px;
     }
 
     .title {
         font-size: 20px;
         width: 90%;
         padding: 5px;
     }
 
     .titleText{
     .Titletext{
         font-size: 2em;
         }
     }
 
     .buttons {
         flex-direction: column;
         gap: 10px;
     }
 
     .btn {
         font-size: 18px;
         padding: 8px 15px;
     }
 
     .names {
         grid-template-columns: 1fr;
         gap: 5px;
         font-size: small;
     }
 
     .partner {
         grid-template-columns: 1fr;
         padding: 15px 0;
         gap: 5px;
     }
 
     .partner a {
         font-size: 14px;
         padding: 0.5em;
         width: 100%;
     }
 
     footer {
         font-size: 12px;
         padding: 10px;
     }
 }
 
 @media (max-width: 768px) {
     body {
         font-size: 16px;
         overflow-x: hidden;
     }
 
     .annoucements {
         flex-direction: column;
         padding: 10px;
         font-size: medium;
     }
 
     .announcement a {
         font-size: 16px;
     }
 
     .title {
         font-size: 25px;
         width: 85%;
         padding: 10px;
     }
 
     .buttons {
         flex-direction: column;
         gap: 15px;
     }
 
     .btn {
         font-size: 20px;
         padding: 10px 20px;
     }
 
     .names {
         grid-template-columns: 1fr 1fr;
         gap: 10px;
         font-size: medium;
     }
 
     .partner {
         grid-template-columns: 1fr 1fr;
         padding: 20px 0;
         gap: 10px;
     }
 
     .partner a {
         font-size: 16px;
         padding: 0.8em;
         width: 90%;
     }
 
     footer {
         font-size: 14px;
         padding: 15px;
     }
 }