body {
 color: white ;
  Background-color : #E0FFFF;
--background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
font-family: Airal;
font-size: 14pt;
font-style: italic;
text-align: center; 
} 


h3 {
text-align: center
font-family: “Times New Roman”;
}

li {
text-align: left;
font-family: “Times New Roman”;
}


.myClass1 {
  width: 100%;
  font-weight: lighter;
  text-align: center;
  font-size: 40px;
  color: indianred;
  font-family: Lato, "sans serif";
}

.myClass2 {
  width: 100%;
  font-weight: bold;
  text-align: left;
  font-size: 24px;
  color: darkgray;
}

.myClass3 {
  text-align: center;
  background-color: yellow;
  padding: 10px;
  margin: 5px;
  font-size: 14px;
  color: green;
  font-family: "Comic Sans MS", Arial;
}

.robart1 {
  width: 100%;
  font-weight: bold;
  text-align: center;
  font-size: 50px;
  color: #FF6700;
  text-decoration: none;
  border-bottom: .2em dotted #FF6700;
  font-family: Lato, "sans serif";
}





.wrapper { 
  height: 300%;
  width: 100%;
  left:0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
background: linear-gradient(123456789deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
background-size: 1800% 1800%;

-webkit-animation: rainbow 18s ease infinite;
-z-animation: rainbow 18s ease infinite;
-o-animation: rainbow 18s ease infinite;
  animation: rainbow 18s ease infinite;}

@-webkit-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@-moz-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@-o-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@keyframes rainbow { 
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}




h1 {
    width: 100%;				
    font-weight: lighter;			
    text-align: center;			
    font-size: 40px;
    color: indianred;			
}
h2 {
    display: inline-block;			
    text-align: center;
    background-color: indianred;		
    padding: 3px;				
    margin: 5px;				
    font-size: 28px;
    color: white;
}
h4 {
    display: inline-block;
    font-weight: bold;
    background-color: white;
    text-align: center;
    padding: 10px;
    color: indianred;
}
.container {				
    min-width: 775px;	
    display: flex;
    flex-wrap: wrap;	
    justify-content: center;			
}
.main {
    background-size: cover;		
    min-width: 964px;			
    min-height: 422px;			
    display: flex;
    justify-content: center;
    align-items: center;	
    text-align: center;		
    background-image:     url("https://abload.de/img/reneistkrassypjbc.jpg"); 
}
.more {
    display: flex;				
    justify-content: center;
    align-items: center;
    padding-top: 45px;	
}
.more div {				
    background-size: cover;							     
    min-width: 450px;								
    min-height: 745px;								
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
    margin-left: 30px;
}
#sights{
     background-image: url("https://abload.de/img/robartsprimeivjqo.jpg"); 
}
#events{
     background-image: url("https://abload.de/img/gabrielsprime1wkqu.jpg"); 
}
#footer {					
    text-align: center;
    color: indianred;
    width: 100%;
    font-weight: lighter;
    font-size: 30px;
    padding: 50px;
}
