* {
  font-family: Roboto, sans-serif;
}

.logo {
  position: relative;
  top: 0;
  left: 0%;
  width: auto;
  height: auto;
  max-width: 120px;
  max-height: 120px;
  background-color: white;
}

body {
    margin: 0 50px;
}

#wrapper {
    margin: 0 auto;
    max-width: 1200px;
}