.main-details {
    min-height: calc(100vh - 560px + 77px);
}
.game-info {

}
.game-info .cover {
    width: 100%;
}
.game-info .cover img { 
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}

.main-details .btn {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.btn button {
    width: 100%;
    border: none;
    padding: 12px 20px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    background: oklch(45% .24 277.023);;
}
.btn button:active {
    transform: scale(1.006);
}
.desc {
    margin: 10px 0;
}
.desc p {
    text-align: justify;
    padding: 0 5px;
    box-sizing: border-box;
}