@font-face {
    font-family: PopstarRegular; /* set name */
    src: url(popstarregular-Regular.ttf); /* url of the font */
}

@font-face {
    font-family: LibreBaskerville; /* set name */
    src: url(LibreBaskerville-Regular.ttf); /* url of the font */
}

body {
    background-image: url(https://i.postimg.cc/1zNrCLj6/Dragon-March-Background.png);

    margin: 0;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
}

.main-container {
    padding: 25px;

    width: 50%;
    min-width: 800px;

    margin: auto;

    display: grid;
    grid-template-columns: 344px auto;
    grid-gap: 9%;
}

.content-container {
    float: right;
    max-width: 600px;
}

.return-button {
    float: left;

    text-decoration: none;

    margin-right: 110px;
}

header > img {
    filter: drop-shadow(0px 0px 20px white);

    max-width: 272px;
    float: right;
    margin: 0;
    padding: 0px;
}

.trailer-container {
    background-image: url(https://i.postimg.cc/N0rkJWzK/DMBox-Trailer.png);
    background-repeat: no-repeat;

    width: 373px;
    height: 266px;
    float: left;

    padding-bottom: 20px;
}

.demo-container {
    background-image: url(https://i.postimg.cc/k5tv1kp4/DMBox-Demo.png);
    background-repeat: no-repeat;

    width: 412px;
    height: 149px;

    float: right;

    padding-bottom: 20px;
}

.wishlist-container{
    width: 300px;
    height: 50px;

    float: left;
    color: white;
    padding-left: 40%;
    padding-bottom: -20px;
}

.demo-container > div {
    position: relative;
    height: 60px;
    width: 388px;
    padding: 0;
    margin: 0;

    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 15px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.dm-button {
    text-decoration: none;
    color: black;

    background-image: url(https://i.postimg.cc/bvGmXGsN/DMButton.png);

    min-width: 155px;
    min-height: 61.5px;
    min-width: 155px;
    min-height: 61.5px;

    background-size: cover;

    font-family: PopstarRegular;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dm-button:hover {
    background-image: url(https://i.postimg.cc/KYK0XKRj/DMButton-Selected.png);
    color: blue;
}

.dm-button > img {
    max-width: 32px;
    padding: 2px;
}

.description-container {
    background-image: url(https://i.postimg.cc/ydtfVtf8/DMBox-Description.png);

    width: 490px;
    height: 650px;

    float: left;
}

.gallery {
    float: right;

    background-image: url(https://i.postimg.cc/XvykHTzy/DMBox-Gallery.png);
    background-repeat: no-repeat;

    width: 334px;
    height: 806px;
}

.image-showcase {
    width: 190px;
    float: right;
    padding-right: 80px;
    padding-top: 10px;
}

.image-showcase > img {
    max-width: 160px;
    padding: 5px;
}

h1 {
    font-family: LibreBaskerville;
    color: #3f4da0;
    font-weight: lighter;
}

h2 {
    font-family: LibreBaskerville;
    color: #3f4da0;
    font-weight: bold;

    text-align: center;
    font-size: 20px;
    padding-top: 10px;

    margin: 1%;
}

.gallery > h1 {
    position: relative;
    margin: 0;
    transform-origin: 0 0;
    transform: translateY(85%) translateX(-137.5%) rotate(-90deg);
    font-size: 100px;
}

p {
    font-family: PopstarRegular;
}

.footer{
  width: 800px;
  background-color: black;
  color: white;
  
  justify-content: center;
  
  padding: 30px;
  padding-bottom: 50px;
}
