
.topnav{
    background: #13547a; 
}
.font{
       color:white;

}
body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif}
.w3-bar,h1,button {font-family: "Montserrat", sans-serif}
.fa-anchor,.fa-coffee {font-size:200px}

.animation{
    background: linear-gradient(-360deg, #c7eae6, #80d0c7, #186b9a, #13547a);
    background-size: 100% 100%;
    animation: gradient 10s ease infinite;
    margin: 0;
}
.animation2{
    background: linear-gradient(-360deg, #13547a, #186b9a, #80d0c7, #c7eae6);
    background-size: 100% 100%;
    animation: gradient 10s ease infinite;
    margin: 0;
}

body {
    margin: 0px;
}

#container {
    position: absolute;
    width: 47%;
    height: 250pt;
    top: 4;
    bottom: 4;  
    color: #ffeb3b;
    filter: url(#threshold) blur(0.7px);
}

#text1,
#text2 {
    position: absolute;
    width: 100%;
    display: inline-block; 
    font-family: "Raleway", sans-serif;
    font-size: 50pt;
    text-align: center;
    user-select: none;
}
.button {
  background-color: #04AA6D; /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white; 
  color: #f44336; 
  border: 2px solid #f44336;
}

.button1:hover {
  background-color: #fbf7f7;
  color: white;
}


@keyframes textclip {
  to {
    background-position: 200% center;
  }
}


