a:link {
    text-decoration: none;
    color: #ffd500;
}

a:visited {
    text-decoration: none;
    color: #ffd500;
}

a:hover {
    text-decoration: underline;
    color: #ffd500;
}

a:active {
    text-decoration: none;
    color: #ffd500;
}


 
#main{
   	position: fixed;
   	top: 0;
   	bottom: 0;
   	left: 0;
   	right: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
 	vertical-align: middle;
	border: 1px solid #ffd500;
}


.text{
	font-family: 'Muli', sans-serif;
	size: 24pt;
	line-height: 2;
	vertical-align: middle;
}



