html, body {
    height: 100%;
    margin: 0;
  }

body{
  background-color: #fff;
}

.container{
  height:100%;
}

.logo_box{

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height:100%;
  width:100%;
}

.logo_box p{
  margin-bottom:10px;
}

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

.logo {
  display:none;
  font-weight: bold;
}