body {
	background-color: #85fddd;
	font-family: "Open Sans", sans-serif;
	padding: 5px 25px;
	font-size: 25px;
	margin: 0C;
	color: #000000;
     }
h1 {color: #be54fd;
    font-family: consolas;
    font-size: 60px;
    text-align: center;
    background-color: #e4ffbb;
    box-shadow: 5px 5px;
    width: 60%
    }
.t1 {border-width: 5px;
	border-style: solid;
	border-color: #1b5bff;
	margin-top: 10px;
	margin-left: 20%
	margin-right: 20%;	
}
p {
	color: blue;
	font-family: arial;
	font-size: 20px;
	text-align: justify;
}   

a{
	color: darkred;
	outline: none;
	text-decoration: none;
	padding: 2px 1px 0;
	font-size: 25;
}

a:link {color: #039e18}

a:hover{color: #9e1103;
  background-color: black;}
#scrollUp
{
position: fixed;
bottom : 10px;
right: -450px;
opacity: 10;
}