@charset "utf-8";
body {
  position: relative; 
  background-color: rgb(34, 34, 34); 
}

.logo {
  width: 539px;
  height: 960px;
  background-image: url(../pictures/logo.jpg); 
  display: block;
  margin-left: auto;
  margin-right: auto;
}
