body{
  background-image:url("whitebinarybg.gif");
  display:flex;
  justify-content:center;
}

.container{
  width:800px;
  height:400px;
  background-color:white;
  border:solid thick black;
  margin:0 auto;
  margin-top:150px;
  overflow-y:scroll;
  display:flex;
  justify-content:center;
  align-content:center;
}
.text{
  padding:20px;
  width:500px;
}
.typology{
  border-right:thin dotted black;
  background-color:white;
  width:300px;
  text-align:center;
  padding:5px;
  height:400px;
  position:sticky;
  padding-top:150px;
  top:0;
}

.alan{
  text-align:right;
  color:brown;
}

.nash{
  text-align:left;
  color:yellow;
}

.konstantin{
  text-align:center;
  color:black;
}

a{
  color:black;
}

a:hover{
  font-style:italic;
}
