.topDiv{
    padding: 20px;
    margin-bottom: 20px;
    background-color: rgb(2, 140, 171);
}

.topDiv p{
    color: white;
    text-align: right;
    font-family: 'Roboto';
    font-weight: bolder;
    font-size: larger;
}

h2 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

#titleIMG {
    max-width: 25%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10%;
  }
