

    body{
        font-family: 'Open Sans', sans-serif;
    }
    nav li{
      margin-right: 20px;
      font-size: 14px;
      font-family: 'Raleway', sans-serif;
  }
  
  #log{
      border:white 3px solid;
      padding: 5px;
      width: 120px;
      color: white;
  }
  
  
  #log:hover{
    color: black;
    background-color: #f6f6f6;
  }


    #text-intro p{
        color: #5E5E5E;
        font-size: 18px;
    

    }

        #courses{
            margin-top: 80px;
            width: 80%;
        }

        #courses img{
            margin-bottom: 10px;
          
        }
        #courses h4{
            letter-spacing:2px;
            font-weight: 500;
            color: #4A4A4A;
            margin-bottom: 20px;
        }
        
        #courses p{
            letter-spacing:2px;
            color: #4A4A4A;
        }

          
    #check-btn {
        background: #F7F7F7;
        padding: 12px;
        width: 30vh;
        transition: background-color 0.3s ease;
        color: #F70202;
        border: #F70202 3px solid;
        font-size: 15px;
      }
  
      #check-btn:hover {
        background: #F70202;
        transition: background-color 0.3s ease;
        color: #f6f6f6;
        border: #F70202 2px solid;
      }

        #subfooter {
          background-color: rgb(51,51,51);
          margin-top: 150px;
        }
        #subfooter h4{
          color: #BFBFBF;
          font-weight: bold;
        }
        
        #subfooter p{
          color: #BFBFBF;
          font-weight: 500;
          margin-top: 2S0px;
        }
        
        #trial-btn-1{
          background: #C60A08;
          padding: 15px;
          width: 45vh;
          transition: background-color 0.3s ease;
          font-size: 14px;
        }
  
        #trial-btn-1:hover {
          opacity: 0.7;
        }
  
        footer{
          padding-top: 50px;
          padding-bottom: 70px;
  
        }
       footer h5{
        color: #797979;
        margin-bottom: 30px;
       }
       
       footer a{
        color: #797979;
        font-weight: 600;
        text-decoration: none;
       }
  
       footer li{
        margin-top: 20px;
       }
  
  
