﻿
body {
	background-color: rgb(230,230,230);
	background: rgb(230,230,230);
	background-size: 100px 100%, 100%;
    background: linear-gradient(180deg, rgba(79,113,157,1) 33%, rgba(230,230,230,1) 66%) no-repeat;
	height: 100%;
    margin: 10;
}

h1 {

font-family: Verdana, Geneva, sans-serif;
font-size: 1vw;
letter-spacing: 0px;
word-spacing: 2px;
color: #1C2837;
font-weight: 700;
text-decoration: none;
font-style: normal;
font-variant: normal;
text-transform: none;
}

.logo {
  position: relative;
  text-align: center;
}

.contact{
	position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#logoimg {
  opacity: 70%;
  display: block;
  margin: auto;
  width: 50%;
  hight: 50%;
  border-radius: 25px;
}
