.guest-mode-container {
    position: absolute;
    height: 100%;
    width: 100%;
    margin-top: 60px;
}
.guest-mode-header {
    width: 100%;
    color: black;
    text-align: center;
    font-size: 3em;
}
.guest-mode-wrapper {
    width: 100%;
    height: 65%;
    display: inline-flex;
    overflow-y: scroll;
    overflow-x:hidden;
}
.guest-mode-left {
    width: 100%;
    text-align: center;
    column-count: 4;
    margin-left: 1%;
}
.guest-mode-right {
    width: 25%;
    text-align: center;
    overflow-y: scroll;

}
.guest-mode-team {
    border-style: solid;
    border-width: 1px;
    border-color: darkgrey;
    border-radius: 5px;
    width: 245px;
    margin-bottom: 5px;
    background: aliceblue;
    padding: 7px;
}
.guest-mode-left div {
    break-inside: avoid;
}
.guest-mode-team-wrapper {
    width: 228px;
    height: 197px;
    position: relative;
}
.guest-mode-avatar {
    background-size: cover !important;
    width: 228px;
    height: 176px;
}

.guest-mode-name {
    position: relative;
    text-align: center;
    width: 100%;
    background: orange;
    top: 97%;
}
.guest-mode-start {
    top: 4%;
    left: 73%;
    text-align: center;
}

    .guest-mode-start img {
        width: 280px;
        height: 136px;
    }
.guest-mode-selectedStudetns {
    text-align: center;
    font-size: 1.5em;
    height: 223px;
    background: #063dc7;
    color: white;
}
.guest-mode-team-selectedWrapper {
    float: left;
    margin-left: 20px;
}
.guest-mode-message {
    top: 12%;
    left: 73%;
    text-align: center;
    position: absolute;
    color: white;
    font-family: SadsamBold;
}