* {
    margin: 0px;
    padding: 0px;
}

body {
    background-color: #111111;
    color: #ffffff;
    font-size: 11px;
}

#page {
    width: 80%;
    margin: auto;
    border: 1px solid #ff5ea1;
}

#topheader {
    margin-bottom: 0px;
    height: 300px;
}

#topheader img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border: 1px solid #ff5ea1;
    box-sizing: border-box;
    margin-bottom: 0px;
}

.sectionbottom {
    height: 100px;
}

.sectionbottom img{
    width: 100%;
    height: 100px;
    object-fit: cover;
    border: 1px solid #ff5ea1;
    box-sizing: border-box;
}

.headers {
    box-sizing: border-box;
    background-image: url(/assests/heartbeat.svg);
    width: 100%;
    line-height: 350%;
    background-color: #111111;
    color: #ff5ea1;
    letter-spacing: 0.3rem;
    background-size: 100% 150%;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    border: 1px solid #ff5ea1;;
    text-transform: uppercase;
    margin: 0px;
}

#history {
    padding: 0.5rem;
    column-count: 2;
}

.bg-event-title {
    background-color: #ff5ea1;
    padding: 0px 0.5rem;
}

@media only screen and (max-width: 600px) {
  body {
    background-color: lightblue;
  }
}