body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}
.google_auth {
  display: flex;
  justify-content: center;
}
.google_auth a {
  transition: background-color 0.3s, box-shadow 0.3s;
  padding: 8px;
  border: none;
  border-radius: 50px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  background-color: white;
  height: 40px;
}
.google_auth a.discord {
  background-color: #5865F2;
  margin-left: 10px;
  margin-right: 10px;
}
.google_auth a:hover {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25);
}
.google_auth a:active, .google_auth a:focus {
  background-color: #eeeeee;
}
.intro-header {
    text-align: center;
    color: #f8f8f8;
    background-size: cover;
}

.intro-message {
    position: relative;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

.main-img {
    background-image: url("../prepared/img/1test_background_4.jpg");
    margin: 0;
}

.nav-land {
    background-color: #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    top: 0;
}

.nav__item {
    display: inline;
    margin: 0px 10px;
}

.nav__title {
    margin: 0px 30px;
}

.nav__title a {
    font-size: 22px;
    font-weight: 700;
}

.nav__title a:hover {
    font-size: 22px;
    font-weight: 700;
}

.nav__list {
    margin: 0px;
}

.nav_list a {
    font-size: 20px;
}

.a-land {
    color: #000;
    text-decoration: none;
    font-family: Verdana, Arial, Tahoma, Serif;
    font-weight: 450;
}

.a-land:hover {
    color: #000;
    text-decoration: none;
    font-family: Verdana, Arial, Tahoma, Serif;
    font-weight: 450;
}

.btn-land {
    background-image: linear-gradient(to right, #826d68 0%, #b29f94  51%, #603813  100%);
    padding: 15px 35px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;      
    box-shadow: rgba(0, 0, 0, 0.36) 0px 10px 30px 4px;
    border-radius: 15px;
    font-size: 15px;
    color: #000;
    font-weight: 450;
    font-family: Verdana, Arial, Tahoma, Serif;
}

.btn-land:hover {
    cursor: pointer;
    background-position: right center;
    text-decoration: none;
}

input.btn-land {
    color: #000;
    text-decoration: none;
    font-family: Verdana, Arial, Tahoma, Serif;
    font-weight: 450;
}