.teamback {
        background: rgba(159, 155, 172, 0.9);
		 width: 100%;
    height:700px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
		
.teamboxx  {
 
    position: relative;
       background: rgb(137 132 151 / 50%);
	width:24%;
		height:650px;
	float:left;
	padding:0px;
    margin-left: 9px;
	margin-top:10px;
	}

.teamusername {
    font-family: chreed;
    font-size: 37px;
    color: #332b3f;
    line-height: 27px;
    letter-spacing: 0px;
  
    text-align: center;
padding:15px;
}

.teamcharaname {
    font-family: "Arvo", serif;
    font-size: 17px;
    color: #332b3f;
    line-height: 27px;
    letter-spacing: 0px;
      text-transform: uppercase;
    text-align: center;
padding:15px;
}

.teamaufgabenschrift {    background: #332b3f;
    background-image: url(https://s1.directupload.eu/images/user/260503/8br8bvyt.jpg);
    background-size: cover;
    object-fit: cover;
    background-blend-mode: overlay;
    font-family: "Arvo", serif;
    font-size: 17px;
color: rgba(159, 155, 172, 0.9);
    line-height: 7px;
    letter-spacing: 0px;
      text-transform: uppercase;
    text-align: center;
padding:12px;
}

.teamaufgaben {
    height: auto;
    width:95%;
    overflow-y: auto;
padding:10px;
}

.aufgaben {
    text-transform: uppercase;
    border-bottom: 1px solid #332b3f;
    padding-bottom: 2px;
    text-align: center;
    font-size: 11px;
    font-family: "Arvo", serif;
    color: #332b3f;
    margin-top: 3px;
padding:5px;
}