body {
    font-family: Arial, sans-serif;
    background-color: black;
    color: white;
    margin: 0;
    padding: 0;
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;

}

h3 {
    color: #e7dede;
}

p {
    text-align: left;
    font-size: large;
    color: #e7dede;
    line-height: 150%;
}

.container {
    width: 50%;
    text-align: center;
}

.image-placeholder {
    width: 100%;
    background-color: black;
    margin: 0;
    padding-top: 10px;
}

li {
    text-align: left;
    font-size: large;
    color: #e7dede;
    line-height: 150%;
    margin: 10px;

}

li::marker {
    color: #fdc52c;
}


.container2 {
    width: 100%;
    overflow: hidden;
}

.signup {
    align-content: center;
    text-align: justify;
}

.image-bsa {
    align-content: center;
    height: 100px;
    margin-left: 10px;
}

.image-ha {
    align-content: center;
    height: 200px;
    margin-left: 10px;
}

hr {
    border: 1px solid gray;
}

a {
    color: green;
}