.banner {
    /* The image used */
    background-image: url(banner.jpg);
    height: 50%;
    background-repeat: no-repeat;
    /* object-fit: cover; */
    align-self: center;
    width: auto;
    height: 100%;
    padding: 25px;
  }

title {
    text-align: center;
}

h1 {
    text-align: center;
    font-family: serif;
    color: rgb(255, 255, 255);
}
