@charset "UTF-8";
/*CSS document*/

@import url('https://fonts.googleapis.com/css?family=Cantarell&display=swap');
@import url('https://fonts.googleapis.com/css?family=Alfa+Slab+One&display=swap');


body { background-color:#FFCCCC;}

h1 {font-family: 'Alfa Slab One', cursive;}

ul { list-style-type: none; } 

li { font-family: 'Cantarell', sans-serif;}

a {text-decoration: none;}
a:link { color:#FF6666;}
a:visited {color:#FF6666;}
a:hover {color:red;}
a:active {color:red;}

img {height:auto; }

.column {
  float: left;
  width: 50%%;
  padding: 5px;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}