* {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  height: 100vh;
  width: 100vw;
}

body {
  font-family: "Open Sans";
  height: 100vh;
  width: 100vw;
  background: #ffffff;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div.containerbase {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

div.container3 {
  font-family: "Open Sans";
  font-size: 12pt;
  font-style: normal;
  font-variant: normal;
  color: #1F2555;
  z-index: 33;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 15%;
  width: 730px;
  text-align: center;
}

a {
  color: #00ACA8;
  cursor: pointer;
}

a:visited {
  color: #00ACA8;
}

.header {
  font-weight: bold;
  font-size: x-large;
}

.logo {
  width: 100px;
  margin-bottom: 12px;
}

.pegalogo {
  width: 150px;
}

.hibernated {
  font-family: "Open Sans";
  font-size: 18pt;
  margin: auto;
  position: relative;
  width: 730px;
  font-weight: 900;
  letter-spacing:1px;
  color: #1F2555;    
  text-shadow: 1pt 0 #1F2555;
}

.wakeup{
  font-family: "Open Sans";
  font-size: 18pt;
  color: #1F2555;
  font-weight: 900;
  letter-spacing:1px;
  color: #1F2555;    
  text-shadow: 1pt 0 #1F2555;
}

.copyright {
  font-family: "Open Sans";
  font-size: 9pt;
  color: #1F2555;
  position: relative;
  width: 730px;
  margin-left: 5px;
}