body {
  margin: 0;
  padding: 0;
}
.splash-screen {
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #0c4062;
    color: white;
    font-family: Poppins, Helvetica, 'sans-serif';
}

#logo1{
 margin-left: auto;
 margin-right: auto;
 max-height: 300px;
 max-width: 300px;
  }