* {
  padding: 0;
  margin: 0;
  font-family: Verdana, sans-serif;
}

body {
  background-color: black;
}

.logo {
  margin: auto;
  width: 250px;
  display: block;
  margin-top: 20px;
}

.menu {
  position: absolute;
  left: 50px;
  top: 41px;
}

.menu a {
  font-style: italic;
  display: block;
  font-weight: 700;
  cursor: pointer;
  font-size: 15px;
  margin-bottom: 5px;
}

.wrap {
  overflow: hidden;
  background-image: url(./bg.jpg);
  margin: auto;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.icp {
  position: fixed;
  left: 50px;
  bottom: 30px;
  font-size: 12px;
  color: #ccc;
}

.title {
  font-size: 30px;
  margin-left: 50px;
  padding-top: 10px;
}
