*
{
    margin: 10;
    padding: 10;
}

body
{
    background-color: #fafafa;
}

header
{
    color: #fff;
    background-color: #000;
    height: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

nav
{
    color: #fff;
    background-color: #5f5f5f;
    height: 25px;
}

.a-url
{
    text-decoration: none;
    color: #000;
    text-align: center;
}

.button
{
    text-decoration: none;
	padding: 10px 15px;
	font-size: 12;
	text-align: center;
	cursor: pointer;
	outline: none;
	color: #fff;
	/* background-color: #5DADE2; */
	border: none;
	border-radius: 15px;
	box-shadow: none;
}

.blue{
    background-color: rgb(0, 242, 255);
}

.red{
    background-color: hsl(178, 100%, 50%);
}
			
.button-web305:hover, .button-web304:hover
{
	background-color: #03fdf5;
}
	
.button-web305:active, .button-web304:active
{
	background-color: #02fffb;
	transform: translateY(4px);
}


.button-netacad
{
	padding: 10px 15px;
	font-size: 12;
	text-align: right;
	cursor: pointer;
	outline: none;
	color: #fff;
	background-color: rgb(255, 0, 238);
	border: none;
	border-radius: 15px;
	box-shadow: none;
}
		
.button-netacad:hover
{
	background-color: #ff07ff;
}
	
.button-netacad:active
{
	background-color: #f700ff;
	transform: translateY(4px);
}
			
.title-1
{
	padding: 10px;
	font-family: Calibri, sans-serif;
}

.footer-1
{
	padding: 5px 5px;
	font: optional;
	text-align: right;
	outline: none;
	color: #5f5f5f;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}