body {
  background: #f9f1bf;
}

.quotemark {
  position: relative;
  top: -12px;
  padding-right: 10px;
}

.container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.logo {
  margin: auto;
  width: fit-content;
}

.log-in {
  margin: auto;
  width: 250px;
  top: -150px;
  left: 90px;
  position: relative;
}
