.pagenotfound-container {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  align-items: center;
}

.pagenotfound-message {
  padding: 10px 29px;
}

main {
  background-color: #abada9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

button {
  background-color: #5B9D99;
  font-weight: 400;
  font-size: .95rem;
  color: #fff;
  transition: background-color .25s ease-in-out, box-shadow .25s ease-in-out;
  border: 0;
  width: 160px;
  height: 52px;
  border-radius: 3px;
}

button:hover {
  box-shadow: inset 0 0 0 150px rgb(0, 0, 0, 0.1);
}

img {
  height: 100px;
  padding-bottom: 50px;
}

body {
  background-color: #abada9;
  font-family: Verdana, Arial, sans-serif;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;

}

html {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 12px;
  font: inherit;
  vertical-align: baseline;
  height: 100%;
}

section {
  background-color: #fff;
  min-height: 40vh;
  width: 40vw;
  border-radius: 10px;
}

h1 {
  font-size: 24px;
  color: #5A5A5A;
  margin: 0;
  padding: 0 0 0.75em 0;
}

h2 {
  font-size: 16px;
  color: #004853;
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.75em 0;
}

.details {
  font-size: 0.85rem;
  padding-bottom: 0.50rem;
}

.remove-line {
  text-decoration: auto;
  color: #fff;
}

.logo-class {
  padding-bottom: 5px;
  height: 125px;
}