.logo-m {
    margin-left: 20px;
}

.p-header{
    width:50%;
    margin: auto;
}

a {
    text-decoration: underline;
}

.image-style{
    text-align: center;
}

.main {
    background-image: linear-gradient(to right top, #f4f6f8, #f1f4f7, #eef2f6, #ebf1f5, #e8eff4);
}



.rectangle {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    position: relative;
    box-sizing: border-box;
  }
  
  .rectangle > span {
    display: flex;
    align-items: center;
    justify-content: center;
    /* max-width: 100%;
    max-height: 100%; */
  }

  .rectangle > span > img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 5px;
  }
