* {
  padding: 0;
  margin: 0;
}

body {
  background-color: #141413;
  background-image: url('../images/logo.png');
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
}