@import url('https://fonts.googleapis.com/css2?family=Rampart+One&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.title {
  font-size: 80px;
  font-family: "Rampart One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: orangered;
  background-color: midnightblue;
  padding-left: 20px;
  padding-bottom: 12px;
}

body {
  background-color: black;
  width: 1024px;
  margin: 0 auto;
}

.blinkie {
  text-align: right;
  float: right;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 10px;
  
}

h2 {
  color: white;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.dvdcover img {
  width: 140px;
  height: auto;
  border-radius: 5%;
  margin: 12px;
}

p {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  color: white;
  padding-bottom: 29px;
}