html,body {
	margin: 0;
	padding: 0;
	background-position: center-top;
	background-color: #d0dfff;
}

h1 {
  text-align: center;
  font-size: 2em;
  background-image: url("PortImgs/0bal.gif");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  height: 15vh;
  width: auto;
  }
  
h2 {
  text-align: center;
  font-size: .75em;
  }

.Window {
  display: flex;
  width: 100vw;
  align-items: center;
  justify-content: center;
  border: 2px dotted rgb(96 139 168);
  }

.Window div {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid rgb(96 139 168);
  border-radius: 5%;
  background-color: rgb(96 139 168 / 0.2);
  height: 25vw;
  width:25vw;
}

.Window div:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, .5)
}

img{
  max-height: 23vw;
  max-width: 23vw;
  border-radius: 5%;
}