/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/


/* Center the loader */
    .loader {		
    transform: translate(-50%, -50%);
    border: 3px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: inline-block;
    animation: spin 1s linear infinite;
    margin-left: 15px;
    }

    /* Spinner animation */
    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

.igram{
	color: lightgray;
    font-weight: 700;
    font-size: 18px;
	    margin-left: 20%;

}