 @import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap');

         .intro{
            padding: 10px;
            background-image: url("img/Fundo.png");
            background-attachment: fixed;
            background-size: contain;
            
            box-shadow: 0 2px 5px #0000001a;
            margin-bottom: 20px;
            width: 900px;
            box-sizing: border-box;
            margin: auto;
            color: #05f4ec;
            text-align: center;
            
           }   
           .explanation{
            padding: 10px;
            background-image: url("img/Fundo.png");
            background-attachment: fixed;
            background-size: contain;
            background-color: #cd9f075b;
            
            box-shadow: 0 2px 5px #0000001a;
            margin-bottom: 20px;
            width: 900px;
            box-sizing: border-box;
            margin: auto;
            color: #05f4ec;
            text-align: center;
           }
           .participation{
            padding: 10px;
            background-image: url("img/Fundo.png");
            background-attachment: fixed;
            background-size: contain;
            background-color: #addf2353;
            
            box-shadow: 0 2px 5px #0000001a;
            margin-bottom: 20px;
            width: 900px;
            box-sizing: border-box;
            margin: auto;
            color: #05f4ec;
            text-align: center;
           }
           .benefits{
            padding: 10px;
            background-image: url("img/Fundo.png");
            background-attachment: fixed;
            background-size: contain;
            background-color: #06efa944;
            
            box-shadow: 0 2px 5px #0000001a;
            margin-bottom: 20px;
            width: 900px;
            box-sizing: border-box;
            margin: auto;
            color: #05f4ec;
            text-align: center;
           }
           .requirements{
            padding: 10px;
            background-image: url("img/Fundo.png");
            background-attachment: fixed;
            background-size: contain;
            background-color: #0062ff5b;
            
            box-shadow: 0 2px 5px #0000001a;
            margin-bottom: 20px;
            width: 900px;
            box-sizing: border-box;
            margin: auto;
            color: #05f4ec;
            text-align: center;
           }
           .footer{
            padding: 10px;
            background-image: url("img/Fundo.png");
            background-attachment: fixed;
            background-size: contain;
            background-color: #b000fc4d;
            
            box-shadow: 0 2px 5px #0000001a;
            margin-bottom: 20px;
            width: 900px;
            box-sizing: border-box;
            margin: auto;
            color: #05f4ec;
            text-align: center;
           }
           .design-selection{
            padding: 10px;
            background-image: url("img/Fundo.png");
            background-attachment: fixed;
            background-size: contain;
            background-color: #fc00b546;
            
            box-shadow: 0 2px 5px #0000001a;
            margin-bottom: 20px;
            width: 900px;
            box-sizing: border-box;
            margin: auto;
            color: #05f4ec;
            text-align: center;
           }
           .design-archives{
            padding: 10px;
            background-image: url("img/Fundo.png");
            background-attachment: fixed;
            background-size: contain;
            background-color: #fc005442;
            
            box-shadow: 0 2px 5px #0000001a;
            margin-bottom: 20px;
            width: 900px;
            box-sizing: border-box;
            margin: auto;
            color: #05f4ec;
            text-align: center;
           }
           .design-resources{
            padding: 10px;
            background-image: url("img/Fundo.png");
            background-attachment: fixed;
            background-size: contain;
            background-color: #fc000049;
            
            box-shadow: 0 2px 5px #0000001a;
            margin-bottom: 20px;
            width: 900px;
            box-sizing: border-box;
            margin: auto;
            color: #05f4ec;
            text-align: center;
           } 
           #extraDiv1{
            background-image: url("img/Mushroom_Zombie_GIF.webp");
            background-repeat: no-repeat;
            background-position: left center;
            background-size: 100px 100px;
            width: 100px;
            height: 100px;
            position: fixed;
            top: 350px;      
            left: 140px;
            transform: scaleX(-1); 
          }
          #extraDiv2{
            background-image: url("img/Mushroom_Zombie_GIF.webp");
            background-repeat: no-repeat;
            background-position: left center;
            background-size: 100px 100px;
            width: 100px;
            height: 100px;
            position: fixed;
            top: 350px;      
            right: 140px; 

          }
          
           
          *{cursor:url("img/Cursor_0.png"),auto!important
         
            }
          
           
           body {
            background-image: url("img/Glowing_Mushroom_background_4\ 2.png");
            background-size: cover;
            background-attachment: scroll;
            font-family: "Pixelify Sans", sans-serif;
            }
            

      

          