.canvas {
    font-family: 'Inter', sans-serif;
    color: white;
    width: 1080px;
    height: 1920px;
    background: linear-gradient(to bottom, #111419, #000);
    display: flex;
    justify-content: center;
    align-items: center;
}

.canvas-content {
    width: 960px;
    min-height: 1240px;
    margin: auto;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5em;
}

.canvas-info-container {
    display: flex;
    flex-direction: column;
    gap: 1em;
    width: 600px;
}

#canvas-cover {
    border-radius: 16px;
    max-width: 600px;
    max-height: 900px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

.h1-section {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}

.h2-section {
    text-align: center;
    font-size: 36px;
}

.platform-text-section {
    font-size: 32px;
    color: #888;
    display: flex;
    align-items: center;
}

.canvas-platform-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
}

.canvas-icon {
    height: 39px;
    width: 39px;
    fill: #888 !important;
}

.star-rating-canvas {
    display: flex;
    gap: 1em;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.rating-canvas.icon.star {
    width: 52px;
    height: 48px;
    stroke-width: 2.5;
}

.canvas-logo {
    width: 200px;
    height: 37.6px;
}
