@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap');
@import url('https://fonts.cdnfonts.com/css/century-gothic?styles=24895,24898,24896,24897');
@import url('https://fonts.googleapis.com/css2?family=Nothing+You+Could+Do&display=swap');

 * {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
}
 html, body {
     height: 100%;
}
 body {
     display: flex;
     flex-direction: column;
     background: radial-gradient(circle, #e8eef5, #dbe4ee, #cdd9e6, #c6d3e1, #c2cde1, #bec7e0, #c8c7df, #d2c7de, #dbc7dd, #e5c6db);
     background-attachment: fixed;
     font-family: "Century Gothic", sans-serif;
     line-height: 1.3;
     z-index: -9999;
}
 .main {
     flex: 1;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
}

 img {
     height: 100%;
     width: 100%;
     margin-bottom: 30px;
}
 ul {
     padding-left: 0;
     margin: 0 auto;
     width: 90%;
     list-style: none;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column 
}
 li {
     width: 100%;
     margin-top: 6px;
     padding-bottom: 6px;
     font-size: 14px;
     text-align: justify;
     font-weight: 400;
     position: relative 
}
 a {
     color: var(--gray);
     text-decoration: none;
     font-weight: 400 
}
 a:focus, a:hover {
     color: #000;
     font-weight: 600;
     text-decoration: none 
}

 blockquote {
    font-size: 13px !important;
    font-style: italic;
}

 max-container {
     max-width: 1770px;
     margin: 10px auto;
     padding:5px;
}
 hr {
     margin: 5px 0;
 }
 footer {
     margin-top: auto;
     position: relative;
     bottom: 0;
     left: 0;
     right: 0;
     background: #ffffff30;
     height: auto;
     width: 100%;
     padding: 10px;
     border-top-left-radius: 10px;
     border-top-right-radius: 10px;
     margin-top: 50px;
}
 .footer p {
     font-family: 'Century Gothic', sans-serif;
     font-size: 14px;
     font-weight: 400;
     font-style: italic;
     margin-bottom:0;
}
 .footer a {
     font-weight: 600;
}

 .social-icons {
	margin-top: 10px;
}
 .social-icons a {
	margin: 0 10px 0 0;
}

.social-icons a:hover {
	color: #007bff !important;
	transform: translateY(-5px) !important;
	transition: all 0.3s ease-in-out !important;
}
