body {
  margin: 0;
  padding: 0 5%;
  height: 100vh;
  background-color: #3C3C3B;
  color: #FFF6EF;
  font-family: 'Raleway', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center; }

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .logo svg {
    width: 300px;
    height: 300px; }
  .logo p {
    text-align: center;
    font-weight: 300;
    font-size: 14px; }
