h1{
        border-left: 150px solid #27bffe;
    text-align: left;
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #27bffe;
    margin: auto;
    box-sizing: border-box;
    padding-left: 15px;
    letter-spacing: 5px;
    text-transform: uppercase;
	transition: 1s;
    }
    
    h1:hover {
        border-left: 150px solid #4a575c;
        color: #4a575c;
        transition: 1s;
    }
    
    h1 a {
     color: #27bffe !important;   
        text-decoration: none; 
		transition: 1s;
    }
    
    h1 a:hover {
     color: #4a575c !important;
        text-decoration: underline;
		transition: 1s;
    }

 h2{
        border: 5px solid #27bffe;
    text-align: center;
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #27bffe;
    max-width: 900px;
    margin: auto;
    box-sizing: border-box;
    padding: 10px;
    letter-spacing: 10px;
    text-transform: uppercase;
        transition: 1s;
    }
    
    h2:hover {
        border: 5px solid #4a575c;
        color: #4a575c;
        transition: 1s;
    }
    
    h2 a {
     color: #27bffe !important;   
        text-decoration: none; 
        transition: 1s;
    }
    
    h2 a:hover {
     color: #4a575c !important;
        text-decoration: underline;
        transition: 1s;
    }

 h3{
     border-bottom: 8px solid #27bffe;
    text-align: center;
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #27bffe;
    margin: auto;
    box-sizing: border-box;
    padding: 15px;
    letter-spacing: 10px;
    text-transform: uppercase;
    transition: 1s;
    transform: rotate(2deg);
    }
    
    h3:hover {
        border-bottom: 8px solid #4a575c;
        color: #4a575c;
        transition: 1s;
    }
    
    h3 a {
     color: #27bffe !important;   
        text-decoration: none; 
        transition: 1s;
    }
    
    h3 a:hover {
     color: #4a575c !important;
        text-decoration: underline;
        transition: 1s;
    }

 h4{
     background: #27bffe;
    text-align: right;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    margin: auto;
    box-sizing: border-box;
    padding: 5px;
    letter-spacing: 5px;
    transition: 1s;
    }
    
    h4:hover {
        background: #4a575c;
        transition: 1s;
    }
    
    h4 a {
     color: #ffffff !important;   
        text-decoration: none; 
        transition: 1s;
    }
    
    h4 a:hover {
     color: #ffffff !important;
        text-decoration: underline;
		transition: 1s;
}