* {
  margin: 0; }

.container {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.logo {
  background-image: url(../images/rubbbly_logo.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 200px;
  width: 400px; }

a {
  color: black;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s; }
  a:hover {
    text-decoration: none; }

code:last-of-type {
  margin-top: 20px; }
