/*--------------GENERAL--------------*/
*{
	margin: 0;
	padding: 0;
}

html{
	height: 100%;
	width: 100%;
}

body{
	height: 100%;
	width: 100%;
    min-width: 320px;
    min-height: 480px;
    background: #000000;
	color: #ff0000;
}

/*--------------CONTENT--------------*/
.content{
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cutive', serif;
}

.slogan{
    text-align: center;
    font-size: 0.7rem;
}

.email{
    text-align: center;
    padding-top: 1rem;
}

.email a{
    /*text-decoration: none;*/
    color: #fff;
}