* {
    margin: 0;
    padding: 0;
    box-sizing: border-box; }
  
  html {
    width: 100%;
    height: 100%; }
  
  body {
    background: #151515;
    background: linear-gradient(#151515, #1a1a1a);
    background-attachment: fixed;
    font-family: 'Rubik', sans-serif; }
  
  .wrapper {
    max-width: 1024px;
    width: 100%;
    padding: 64px 12px;
    display: flex;
    align-items: center;
    flex-direction: column; 
    margin: 0 auto;}
  
  .logo {
    max-width: 100%;
    height: 62px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px; }
  
  .card {
    background: white;
    width: 100%;
    padding: 38px;
    border-radius: 16px;
    margin-bottom: 16px; }
  
  h1 {
    font-size: 48px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase; }
  
  .foot {
    color: rgba(255, 255, 255, 0.3); }
    .foot a {
      color: inherit; }
  
  
  .timestamp {
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: -8px;
    text-align: center;
    color: rgba(0, 0, 0, 0.4); }

img:not(.logo) {
    max-width: 100%;
    border-radius: 8px;
}

p {
    margin-bottom: 16px;
}

.player {
    display: flex;
    align-items: center;

    margin-bottom: 32px;
}

.player img {
    margin-right: 16px;
}