body {
    /* background-image: url("../images/background.jpg"); */
    text-align: center;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
	backdrop-filter: blur(10px);
	height: 100vh;
}

.container{
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
}

h1, h2, h3 {
    margin-top: 20px;
}

p {
    font-size: 18px;
    margin-bottom: 13px;
}

.fa {
    margin-right: 20px;
}

a:link, a:visited, a:hover, a:active {
    color: #000;
    text-decoration: none;
}

@media only screen and (max-width: 414px) {
 .loading{
	display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
	.loading i{
		margin-bottom:7px;
	}
}