  .p {
    margin: auto;
    color: white;
    font-size: 30px;
  }
/* Header/Blog Title */
.header {
    padding: 30px;
    text-align: center;
    background: rgb(29, 44, 83);
  }
  
  .header h1 {
    font-size: 50px;
  }
  .one {
    color: #ffffff;
   font-size: 100px;
   text-align: center;
}
.two {
    float:right;
    position: absolute;
  z-index: 2;
  right: 15px;
  top: 30px;
}
.three {
  float:left;
  position: absolute;
  z-index: 2;
  left: 15px;
  top: 30px;
}
.cert {
    border-style: solid;
    border-color: #365ace;
    border-width: 5px;
    border-radius: 5px;
    float:right;
    position: absolute;
  z-index: 2;
  right: 200px;
  top: 350px;
}
/* Footer */
.footer {
    padding: 20px;
    text-align: center;
    background: #365ace;
    margin-top: 620px;
    height: 140px;
  }
  /* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: #365ace;
}

/* Style the topnav links */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
  background-color: #ddd;
  color: rgb(0, 0, 0);
}
  .t {
    float:left;
  position: absolute;
  z-index: 2;
  left: 45px;
  top: 1250px;
  color: white;
  }
  .platt {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .abt {
    text-align: center;
    left: 240px;
    top: 500px;
    color: white;
    font-size: 25px;
  }
    .abt2 {
    text-align: center;
    left: 240px;
    top: 500px;
    color: white;
    font-size: 20px;
  }