
table td, table th {
  padding:5px;
}
body {
	background: lightblue;
	font-family:sans-serif;
}
/*standard value for mobile devices, bootstrap is mobile first: */
.content {
  margin-top:50px;
  padding: 30px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
.content {
  margin-top: 100px;
  padding: 30px;
}
 }


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
 .content {
  margin-top: 80px;
  padding: 30px;
}
}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
   .content {
  margin-top: 60px;
  padding: 30px;
}
 }
 
 
 .cloud-text {
	font-family: 'Coiny', cursive;
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;	
	background-image: url("https://chilembwe.com/captnemo/img/headers/header%20(29).jpg" );
	background-size: auto;
	background-attachment: unset;
	background-position: 0%;
	width: 100%;
	text-shadow: 4px 4px #ff0000;
	font-size: 3em;
	animation: cloud-moving infinite 220s;
	animation-fill-mode: forwards;
	animation-play-state: running;
	animation-timing-function: linear;
	text-align: center;
}
@keyframes cloud-moving {
	0% {
		background-position: 0%;	
	}
	50% {
		background-position: 100%;	
	}
	100% {
		background-position: 0%;
	}
}
.attribute {
	position: relative;
	font-size: 26px;
	text-align: center;
}

 