body{
    text-align: center;
    margin: 0;
    z-index: -1;
  }
  

  h1{
    font-family: 'Comfortaa';
    src: url('assets/fonts/Comfortaa-Bold.ttf');
    font-weight: 700;
    font-size: 64px;
  }
  
  h2{
    font-family: 'Comfortaa';
    src: url('assets/fonts/Comfortaa-SemiBold.ttf');
    font-weight: 600;
    font-size: 56px;
    }

  h3{
    font-family: 'Comfortaa';
    src: url('assets/fonts/Comfortaa-Medium.ttf');
    font-weight: 500;
    font-size: 40px;
    color: #769293;
    position: relative;
    margin-top: 2%;
    text-align: center;
  }
  
  h4{
    font-family: 'Comfortaa';
    src: url('assets/fonts/Comfortaa-Regular.ttf');
    font-weight: 1000;
    position: relative;
    margin-top: 8%;
    text-align: center;
    font-size: 32px;
    transform: translateY(-50%);
    color: #000000;
  }

  p{
    color: black;
    font-family: 'Comfortaa';
    src: url('assets/fonts/Comfortaa-Regular.ttf');
    font-weight: 400;
    font-size: 24px;
    text-align: justify;
    margin: 0 4% 1% 4%;
    line-height: 28px;
  }
  
  .page{
    color: #b3535f;
  }
  
  .button {
   margin: 2% auto 8% auto;
   display: inline-block;
   text-align: center;
   white-space: nowrap;
   color: #FFFFFF;
   text-decoration: none;
   line-height: 1.2;
   font-weight: normal;
   font-family: 'Comfortaa', cursive;
   font-size: 24px;
   background-color: #B3535F;
   border-radius: 8px;
   padding: 16px 16px;
   border: 0px solid #006FE6;
   cursor: pointer;
  }
  
  .button:hover {
   background-color: #769293;
   border-color: #0056B3;
  }
  
  .button > strong {
   font-size: 24px;
  }
  
  a{
    color: black;
  }
  
  
  /* responsive design */
    @media only screen and (max-width: 900px) {
           h1{
             margin: 16% 2% 0 2%;
             font-size: 24px;
             font-style: normal;
             text-align: center;
           }
  
           h2{
             margin: 3%;
             font-size: 24px;
             font-style: normal;
             text-align: center;
           }
               h3{
                 margin: 4% 6% 2% 6%;
                 text-align: center;
                 font-size: 18px;
                 font-style: normal;
         
               }
  
                   h4{
                     margin: 4% 4% 2% 4%;
                     text-align: center;
                     font-size: 20px;
                     color: #b3535f;
                     font-style: normal;
                    }
                    
      p{
        font-size: 16px;
        margin: 10% 4% 0 4%;
          line-height: 24px;
      }
  
        #firma{
          color: #b3535f;
          font-size: 18px;
          padding-bottom: 16%;
        }
  
        .button {
         display: inline-block;
         text-align: center;
         white-space: nowrap;
         color: #FFFFFF;
         text-decoration: none;
         line-height: 1.2;
         font-weight: normal;
         font-family: 'Comfortaa', cursive;
         font-size: 16px;
         background-color: #B3535F;
         border-radius: 8px;
         padding: 12px 12px;
         border: 0px solid #006FE6;
         cursor: pointer;
         margin: 2% auto 8% auto;
        }
  
        .button:hover {
         background-color: #769293;
         border-color: #0056B3;
        }
  
        .button > strong {
         font-size: 16px;
        }
  
        .divisore{
          padding-top: 16%;
        }
  
        .container_project {
          padding-bottom: 16%;
        }
  
        .aboutme{
          padding-bottom: 16%;
        }
    }

  
  
  