/*
	base.css
	Copyright 2022-2026 of this site. All rights reserved.
	https://www.MyCreativeNetwork.com/
*/


body {
  background-image: url("./picture/Background.jpg");
  background-color: lightgray; 
  margin: 100px;
  font-family: verdana;
  font-size: 20px;
}

h1 {
  color: black;
  text-align: center;
}

h2 {
  color: black;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

p {
  font-family: verdana;
  font-size: 20px;
}

div {
  font-family: verdana;
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

input {
  width: 100%;
}


img {
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.logo img {
	position: absolute ;
	left: 0px ;
	top: 0px ;
	width: 160px ;
	height: 112px;
}
.logo h1 {
	color: blue;
    text-align: left;
	position: absolute ;
	left: 253px ;
	top: 0px ;
}
