
* {
    padding: 0;
    margin: 0;
    list-style: none;
    outline: none;
}

html, body {
    height: 100%;
}

body {
    height: 92vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: background 40s infinite alternate;
    font-family: Montserrat;
}

@keyframes background {
  0% {
    background-image: url("../img/DJI_04771.jpg");
  }
  25% {
    background-image: url("../img/DJI_04701.jpg");
  }
  50% {
    background-image: url("../img/DJI_04771.jpg");
  }
  100% {
    background-image: url("../img/DJI_04701.jpg");
  }
}

h1, h2 {
    display: none;
}

address {
    font-style: normal;
}

@font-face{
    font-family: "Montserrat";
    src: url("../fonts/static/Montserrat-ExtraBold.ttf");
}

.wrap {
    margin-left: auto;
    margin-right: auto;
    background: url('../logo.png') no-repeat;
    background-position: top center;
    margin-top: 80px;
    max-width: 500px;
    min-height: 100%;
    background-size: contain; 
}

.dev {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    font-size: 18px;
    color: #FFF;
    text-align: center;
}

.dev img {
    max-width: 12px;
}

.dev a {
    opacity: 0.8;
}

.dev a:hover {
    opacity: 1;
}

a {
    color: #FFF;
    font-size: 15px;
    text-decoration: none;
    margin: 0px 4px;
}
