body{
  background: url(Pictures/Background.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  margin: 0;
}

.site-header{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 40px;
  gap: 6px;
}

.logo{
  display: block;
  height: auto;
  margin: 0;
}

.site-header p{
  margin: 10px 0 0;
  font-size: 25px;
  font-family: sans-serif;
  font-weight: 700;
  color: #ec0909;
}

.constact-wrapper{
  text-align: center;
  margin-top: 200px;
}


.constact{
  display: inline-flex;
  flex-direction: column;
  gap: 20px;
  border: 3px dotted rgb(0,0,0);
  padding: 50px 60px;
}

.constact p{
  margin: 0;
}

.nav-style{
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  
}

.nav1-style{
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 20px;
}

.info{
  color: black;
  text-decoration: none;
}