:root{
  --farbe1: black;
  --farbe2: grey;
  --bg: white; 
}

.msg{
    height: fit-content;
    width: 80%;
    padding: 1%;
    background-color: rgb(175, 202, 219);
    border-radius: 5%;
    color: var(--farbe1)
  
}

body{
  background-color: var(white);
}

.scrollbares-fenster {
    height: 200px;
    overflow: auto;
    border: 4px solid var(--farbe2);
    
}
.eingabe-fenster{
  border:4px solid (var(--farbe1)); padding: 30px

}


iframe{
  height: 200px;
  width: 80%;
    overflow: auto;
    border: 4px solid var(--farbe2);
}
