* {
  margin: 0;
  padding: 0;
}
img{
    height: 50px;
}
body{
    background-color: #CAF4FF;
}

h1 {
  margin-top: 10px;
}
.bigcon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.fac {
    background-color: #A0DEFF;
    border-radius: 5px;
  border: 2px solid black;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

#btn{
background-color: #A0DEFF;
border-radius: 5px;
    height: 40px;
    padding: 5px;

}

