::selection{
	color: red;
	background-color: blue;
}	
html{
background-color: #08AEEA;
background-image: linear-gradient(0deg, #08AEEA 0%, #2AF598 100%);
user-select: none;
background-repeat:no-repeat;
background-size:cover;
min-height:100%;
background-atachment:fixed;

}
a{
	text-decoration:none; 
}
h1{
	margin-top: 60px;
}
#form{
	width: 50px;
	margin-top: 100px;
	margin-bottom:20px;
	margin-right:80px;
}
button{
	opacity: 0.8;
	border-radius: 8px;
	width: 100px;
	height: 40px;
	background-color:#35B5C1;
}
input{
	width: 200px; 
	height: 30px;
	background-color: #ABC1B4;
}
#body{
	height: 60px;
}
textarea{
	background-color: #ABC1B4;
	width: 200px;
	height: 100px;
}
summary{
font-size:30px;
font-style:cursive;	
	
}
@media(min-width:600px){
::-webkit-scrollbar-thumb {
  background: black; 
  border-radius: 5px;
}
}
