* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    }



    #logo{
        display: block;
        width: 200px;
      
    }

    header{
        display: flex;
        width: 100%;
        justify-content: space-between;
      
    }

    #botoes{
        width: 300px;
        display: flex;
       justify-content:space-between;
        align-self:center;
        padding-right: 10px;
    }

    #burger{

        display: none;
    }


    #bt{

        text-decoration: none;
        color: brown;
        font-family: roboto;
      
    }

    #imagemgrande{

       width: 100%; 
    }


    #cartman{
        display: flex;
        color: crimson;
       margin-top: 50px; 
       font-family: roboto-italico;
       padding-left: 10px;
    }

    #sobre{
        display: flex;
        margin-top: 50px;
        font-family: roboto;
        padding-left: 10px;
        width: 50%;
    }


    #sobre2{
        
        display: flex;
        margin-top: 50px;
        font-family: roboto;
        padding-left: 10px;
        width: 50%;
        margin-left: 50%;

    }

    footer{
       display: flex;
        margin-top: 30px;
        background-color:rgb(168, 72, 147) ;
        width: 100%;
        flex-direction: column;
        justify-content: center;

    }

    #piu{

        display: flex;
       justify-content: center;
       font-family:roboto;
       color: white;
       
    }


    #fimg{
       display: flex;
        width: 200px;
       justify-self: center;
       margin-bottom: 20%;

    }
    
    #guuys{
        display: flex;
       width: 30%; 
       justify-self: center;
       margin-top: 20%;
    }

 
    #menu{
        position: fixed;  
        background-color: rgb(168, 72, 147); 
        z-index: 100;
        width: 100%;
        height: 100vh;
        top: -120%;
        left: 0;
       transition:top .5s;
       }


   @font-face {
    font-family: roboto-italico;
    src: url(tipos/Roboto/Roboto-Italic-VariableFont_wdth\,wght.ttf);
   }
     
   @font-face {
    font-family: roboto;
    src: url(tipos/Roboto/Roboto-VariableFont_wdth\,wght.ttf);
   }

   @media (max-width:500px) {
    
    #logo{
        width: 100px;

    }


    #botoes{
        width: 200px;
        display: none;
    }

    #burger{
        display: block;
        width: 40px;
        display: flex;
       justify-content:space-between;
        align-self:center;
        padding-right: 10px;
    }

    
    #sobre2{
        width: 100%;
        margin-left: 0%;

    }

    #sobre{
        
        width: 100%;
    }


    #fimg{
        width: 120px;
       

    }
   
    
    #x{
        display: block;
         width: 100px;
         
         margin-left: auto;
         
     }
 
 
 
 
     #bmenu{
 
         height: 100vh;
         display: flex;
         flex-direction: column;
         justify-content: center;
        
     }
 
     #mm{
         display: flex;
         text-decoration: none;
         color: white;
         font-family: roboto;
         font-size: 200%;
         line-height: 300%;
         align-self: center;
 
     }
 







}
