body {
  background-color: black;
  color: #ef77a1;
  font-family: Verdana;
}

img {
  height: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

#title {
  display: inline;
  float: left;
  margin: 0.5em;
}

.header {
  display: inline-block;
  position: fixed;
  list-style-type: none;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #6d3347;
  align-items: flex-end;
  text-align: right;
  font-size: 20pt;
  text-decoration: none;
  z-index: 3;
}

.header button{
  background-color: #ef77a1;
  border: none;
  margin: 0.5em 0.75em 0.5em 0;
  min-width: 6em;
  padding: 0.5em;
}

.header button:hover{
  background-color: #cf5d85;
}

.header button:active{
  background-color: #ffb3ce;
}

.warning {
  display: block;
  border-width: 5px;
  border-style: solid;
  border-color: #ef77a1;
  width: fit-content;
  padding: 1em;
  margin: 4em auto;
  font-size: 24pt;
  text-align: center;
}

.okay {
  background-color: #ef77a1;
  border: none;
  padding: 0.5em;
  font-size: 16pt;
  margin: 0.5em;
}

.okay:hover {
  background-color: #cf5d85;
}

.okay:active{
  background-color: #ffb3ce;
}

.homegrid {
  display: grid;
  grid-template-columns: 28em 28em 22em;
  margin: 4em 0 0 0;
  padding: 1em;
  gap: 3em;
}

.homegrid div{
  border-width: 5px;
  border-style: solid;
  border-color: #ef77a1;
  height: fit-content;
  width: fit-content;
}

.free-pc-check{
  width: 28em;
  height: fit-content;
  margin: 0 0 0 -1.25em;
  padding: 0.5em;
  text-align: center;
}

.free-pc-check img{
  float: left;
}

.free-pc-check h1{
  font-size: 20pt;
}

.free-pc-check button{
  float: right;
  width: 14em;
  height: 2.5em;
  font-size: 10pt;
  border-radius: 1.25em;
  margin-right: 2.25em;
}

.ne-as {
  border-width: 5px;
  border-style: solid;
  border-color: #ef77a1;
  width: fit-content;
  margin: 0 0 0 -2.125em;
}

.ne-as img{
  object-fit: contain;
  width: 30em;
}

.dgtas {
  float: right;
  width: fit-content;
  right: 20em;
  margin: 0 0 0 -1.875em;
}

.dgtas img{
  width: 22em;
}