
body {
    background-color: #1c68a6;
}

h1 {
    font-size: 2em;
    text-align: center;
}

p {
    margin: 2em;
}

.page-body {
    margin: auto;
    width: 65%;
    height: auto;
    margin-top: 2.5em;
    margin-bottom: 2em;
    background-color: white;
    padding: 2em;
}

.btn-logo {
    border: none;
    margin-top: 1em;
    margin-left: 4em;
    text-align: center;
    height: 3.5em;
  }

  .btn-logo .logo {
    max-height: 100%;
    width: auto;
    float: left;
    padding: 1em;
  }

.my-foot {
    color: white;
    font-weight: 500;
    position: absolute;
    bottom: 2em;
    right: 2em;
}