* {
  font-family: "Roboto", sans-serif;
}

body {
  background-color: #ef626c;
  position: relative;
  height: 90vh;
}

.container {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 360px) {
  .container {
    width: 100%;
  }
}

@media only screen and (min-width: 660px) {
  .container {
    width: 17%;
  }
}

.logo > img {
  width: 100%;
}
