h1 {
    font-family: Poppins-Bold;
}

.container {
    justify-content: center;
    padding: 100px 100px 100px 100px;
}

.content {
    padding: 40px 50px 60px 70px;
    background-color: white;
    border-radius: 10px;
}


.halfcontent {
    padding: 20px 25px 30px 35px;
    background-color: white;
    border-radius: 5px;
    width: 40%;
    float: left;
}
div.scroll {
    overflow-x: hidden;
    overflow-y: auto;
    height: 600px;
}

@media (max-width: 576px) {
    .container {
        padding: 100px 15px 100px 15px;
    }
}

#footer {
    width: 100%;
    height: 1.3em;
    border-top: 1px solid #E0E0E0;
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    font-size: 0.7em;
}
.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}