html {
  background-image: linear-gradient(to bottom right, white , #8a9ae4);
  background-size: cover;
  padding: 0px;
  margin: 0px;
  min-height: 100vh;
}

body {
  font-family: sans-serif;
  font-size: 1em;
}

img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 15%;
  max-height: 25%;
}

h1 {
	color: #293EA1;
}
.ttl:link, .ttl:visited {
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #4559B5;
	padding: 50px;

}
.ttl:hover {
	color: #6476C9
}
.btn:link, .btn:visited {
  background-color: #4559B5;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  
}

.btn:hover, a:active {
  background-color: #6476C9;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
  height:50%;
}

.flex-container {
  display: flex;
  flex-direction: row;
  height: 45px;
  align-items: center;
  margin-top: -5px;
  margin-left: -8px;
  background-color: #ffffff00;
}

.container-item1 {
  margin-left: 20px;
  font-size: 1.5em;
  font-weight: 800;
}

.container-item {
  margin-left: 20px;
  color: white;
}

.home-block {
  height: 350px;
  margin: 0.5px -8px 0 -8px;
  background-color: rgb(255, 255, 255, 0);
  text-align: center;
  color: white;
  font-family: sans-serif;
  font-size: 2em;
  padding: 50px;
}

.home-block img {
  display: block;
  height: auto;
  width: auto;
  max-height: 350px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.home-block h1 {
  letter-spacing: 5px;
}




.subtitle {
  color: white;
}