.content {
    line-height: 100%;
    position: absolute;
    text-align: center;
    align-self: center;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 300;
}

.top-text {
    position: relative;
}

.member {
    position: relative;
}

.large {
    position: relative;
    display: flex;
    top: 12%;
    left: 3%;
    text-align: left;
    font-size: x-large;
}

.bottom {
    position:absolute;
    height: 100px;
    width: 200%;
    top: 82%;
    transform: translate(-25%, 130%);
    background-color: black;
}

.textsize {
    font-size: medium;
}

.block {
    display: block;
}

.flex {
    display: flex;
}

img {
    scale: 200%;
    margin-top: 200%;
}

.first {
    margin-top:100%;
    position: absolute;
    left: 50%;
    transform: translate(-400%, -50%);
}

.second {
    margin-top:100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.third {
    margin-top:100%;
    position: absolute;
    left: -50%;
    transform: translate(400%, -50%);
}

.small {
    font-size: large;
    position: absolute;
    text-align: left;
    top: 33%;
    left: 5%;
    display: flex;
}

.top {
    border-top-left-radius: 0.35rem;
    border-top-right-radius: 0.35rem;
}

.bottom {
    border-bottom-left-radius: 0.35rem;
    border-bottom-right-radius: 0.35rem;
}

.flex-col {
    flex-direction:column
}

h1 {
    color: white;
    text-align: center;
}

h2 {
    color: white;
}