		*{
 margin : 0;
 padding: 0;
 box-sizing: border-box;
}

body {
		/*letter-spacing: -0.02em;*/
    font-family: SF pro Rounded, sans-serif ;
    font-size: 25pt;
    line-height: 130%;
    word-break: keep-all;
    padding: 30px;
    overflow: hidden;
}

.list1, .list2 {
  padding-top: 50px;
}

ul.list1, ul.list2 {
  list-style: none;
  padding-left: 0;
}

ul.list1 li::before {
  content: "• ";
  color: #333;
  margin-right: 7px;
}

ul.list2 li::before {
  content: "→ ";
  color: #333;
  margin-right: 8px;
}


a {
	color: black;
	text-decoration: none;

}

a:hover {
	text-decoration: underline;
	/*font-weight: bold;*/
}

img {
	height: 120%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	object-fit: cover;
	z-index:-1;
}

.rriimm {
	text-decoration: none;
	transition: color 0.5s ease;
	animation: fadeIn 6s infinite;
}
      @Keyframes fadeIn {

        10% { opacity: 0;}
        100% { opacity: 1;}
}
}

.rriimm:hover{
	color:  black;
}


footer {
	font-size: 15px;
	position: absolute;
	bottom: 15px;
	width:100%;
}



@media only screen and (max-width: 600px) {
  
  body {
    font-size: 15px
    }

   footer {
   	font-size: 10px;
   }
}
