body{
  background-color: #202036;
}

.container{
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.column{
  width: 50%;
}

.intro{
  text-align: center;
}

.icon{
  width: 2rem !important;
  height: 2rem !important;
}

.card{
  padding: 2rem 2rem 0;
  border-radius: 1rem;
  margin-top: 5rem;
  display: flex;
  background: #9FA8DA;
  box-shadow: 0 0 1rem #202036;
  cursor: default;
  flex-direction: column;
}

.about_box{
  width: 45rem;
  max-width: 90%;
}

#stat,
#pin{
  margin-left: -0.3rem;
}

#stat,
#pin,
#language,
#music,
#cinema,
#game,
#book,
#coffee,
#dnd{
  margin-right: 0.2rem;
  margin-bottom: 0.5rem;
}

#radar_chart {
  width: 100%;
  max-width: 25rem;
  height: auto;
}

#me1{
  width: 20rem;
  height: 20rem;
  margin-left: 25rem;
  margin-top: -18rem;
}

#photo-deck{
  position: relative;
  width: 28rem;
  height: 28rem;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
}

.polaroid{
  position: absolute;
  top: 0;
  left: 0;
  border: 1rem solid #ECEFFF;
  border-bottom-width: 5rem;
  box-shadow: 0 0 0.5rem #202036;
  cursor: pointer;
  transition: transform .45s ease, opacity .45s ease;
  box-sizing: content-box;
}

.polaroid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
}

.poster-group{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.poster{
  width: 12rem;
  height: 17rem;
  border-radius: 10px;
  max-width: 45%;
  height: auto;
  margin: 0.5rem;
}

#friends,
#age,
#howl,
#tick,
#final,
#red,
#piccoleDonne,
#finchèIlCaffe{
  margin-right: 1rem;
}

#howl,
#tick,
#wild{
  margin-top: 1rem;
}

#top{
  width: 3.5rem;
  height: 3.5rem;
}

/*/*//*/*//*/*//*/*//*/*//*/*//*/*//*/*
DARK MODE
/*//*/*//*//*//*//*//*//*//*//*//*//*/

.background-mode{
  background: #ECEFFF;
  color: #202036;
}

/*/*//*/*//*/*//*/*//*/*//*/*//*/*//*/*
RESPONSIVE
/*//*/*//*//*//*//*//*//*//*//*//*//*/
@media only screen and (max-width: 768px) {
  #radar_chart{
    max-width: 18rem;
  }
}

@media only screen and (max-width: 576px) {
  .poster{
    max-width: 70%;
    margin: 0.25rem auto;
  }
}

@media only screen and (max-width: 450px) {
  #radar_chart{
    max-width: 15rem;
  }
  
  .polaroid{
    border-width: 0.5rem;
    border-bottom-width: 2rem;
  }
}