@keyframes animae1 {
    from {background-color: red; color: red;}
    to {background-image: url("photo-1451187580459-43490279c0fa.jpg");}
  }

body {
    margin: 0;
    text-align: center;
    animation-name: animae1;
    animation-duration: 6s;
}
.profile {
    width: 200px;
    margin-bottom: 50px;
    border-radius: 50%;
}

#welcome {
    color: darkblue;
    bottom: 0;
    background-image: url("https://www.sciencemag.org/sites/default/files/styles/article_main_large/public/images/sn-vegetarianism.jpg?itok=uCJD_46W");
    width: 100%;
    height: 100%;
    display: table;
    z-index: 9;
}

h1 {
    font-size: 40px;
    line-height: 1.2;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    background-color: aquamarine;
    animation-name: animae1;
    animation-duration: 6s;
    
}

h2 {
    font-size: 30px;
    line-height: 1.2;
    font-family: monospace;
    font-weight: 300;
    background-color: aquamarine;
    animation-name: animae1;
    animation-duration: 6s;
}

#name {
    font-size: 30px;
    line-height: 1.2;
    font-family: 'Chilanka', cursive;
}

#bio {
    padding: 50px;
    text-align: center;
    font-size: 42px;
}

.line {
    height: 6px;
    background-color: green;
    width: 80px;
    margin: 8px auto;
}

p {
    max-width: 450px;
    margin: 25px auto;
    font-size: 20px;
    line-height: 1.3;
}

a {
    text-decoration: none;
    color: crimson;
    text-shadow: 2px 2px gainsboro;
}

.article:hover {
    color: fuchsia;
}

#writings a {
    text-shadow: none !important;
    text-decoration: underline !important;
    color: blue !important;
}

#contact iframe {
    width: 100%;
}

.contact1 h3 {
    display: inline;
}

.contact1 a {
    color: white;
    text-shadow: none;

}

.my_nav_bar {
    position: sticky;
    top: 0;
    z-index: 99999;
}

input {
    background: red;
}

.lelle {
    animation-name: animae1;
    animation-duration: 4s;
}

.h3 {
    font-size: 25px;
    line-height: 1.2;
    font-family: monospace;
    font-weight: 300;
    color: blue;
    background-color: cadetblue;
}
.h4 {
    font-size: 20px;
    line-height: 1.2;
    font-family: monospace;
    font-weight: 300;
    color: blue;
    background-color: cadetblue;
}
.h5 {
    font-size: 10px;
    line-height: 1.2;
    font-family: monospace;
    font-weight: 300;
    color: blue;
    background-color: cadetblue;
}
div.gallery {
    margin: 2px;
    float: left;
    width: 180px;
  }

  div.gallery img {
    width: 100%;
    height: auto;
  }
  
  div.desc {
    text-align: center;
  }
  body {
    background-image: url("photo-1451187580459-43490279c0fa.jpg");
  }