body{
  background-image: url(../bgIndex.PNG);
  background-size: 100% auto;
  display: flex;
  justify-content: center;
  margin:70px;
}

.title{
display:flex;
align-items:center;
font-family: "Diplomata", serif;
  font-weight: 400;
  font-style: normal;
  font-size:70px;
  width:1000px;
  height:230px;
  background-image: url(../title.PNG);
  margin:30px;
  text-indent:50px;
  
}

.startButton{
display:flex;
justify-content:center;
align-items:center;
font-family: "Sour Gummy", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  margin: 40px;
  padding: 10px;
 height:40px;
 width: 50%;
 margin:0 auto;
  background-color:rgb(81, 122, 172);
  border-radius: 20px;
 
}
a:link{
   text-decoration: none;
    color:black;
}
	
a:visited {
	color: #000000;
  text-decoration:none;
	}

a:hover {
	color:#383764;
;
}
.startButton:hover{
    box-shadow: 10px 10px 5px rgb(81, 83, 99);
   
}
