@font-face {
  font-family: FredokaOne;
  src: url('src/Font.ttf');
}

body{
  background-color: #222
}

.imgCon{
  display: flex;
  justify-content: center;
}

.buttons {
  display: flex;
  justify-content: center;
}

#pic{
  width: 175px;
  height: 250px;
  border-radius: 12px;
}

#text{
  font-family: FredokaOne;
  display: flex;
  justify-content: center;
  font-size: 14px;
  color: #9c86dc
}

#noTake{
  font-family: FredokaOne;
  font-size: 16px;
  color: #a2e599;
  background-color: rgb(39, 39, 39);
  padding: 18px 24px;
  margin-right: 6px;
  border: none;
  border-radius: 14px;
}

#Take{
  font-family: FredokaOne;
  font-size: 16px;
  color: #f1818b;
  background-color: rgb(39, 39, 39);
  padding: 18px 24px;
  margin-left: 6px;
  border: none;
  border-radius: 14px;
}

#noTake:active{
  background-color: rgb(68, 68, 68);
}

#Take:active{
  background-color: rgb(68, 68, 68);
}

.bottomContainer {
  display: flex;
  justify-content: center;
}

#mM {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  font-family: FredokaOne;
  font-size: auto;
  color: #f0f2ef;
  margin-top: 25%
}