@charset "UTF-8";

html {
    scroll-behavior: smooth;
  }
  
  body {
      font-family: 'Roboto Flex', sans-serif;
      background-color: #141414;
  }
  
  nav {
    background-color: #242424;
    height: auto;
    padding: 10px;
    align-content: center;
  }
  
  table {
      max-height: 100%;
      max-width: 100%;
      align-content: center;
  }

  th{
    text-align: center;
  }

  .square1 {
    height: 30px;
    width: 160px;
    background-color: #93D80F;
    position: absolute;
    top: 225px;
    opacity: 0.75;
  }
  
  .square2 {
    height: 50px;
    width: 360px;
    background-color: #555;
    position: absolute;
    top: 255px;
    opacity: 0.75;
  }

    .text1 h5{
    position: absolute;
    top: 232px;
    font-family: 'Roboto Flex', sans-serif;
    color: #ffffff;
    left: 25px;
    font-weight: 400;
    text-shadow: 1px 1px 3px rgb(57, 57, 57);
  }

  .text2 h4{
    position: absolute;
    top: 239px;
    font-family: 'Roboto Flex', sans-serif;
    color: #ffffff;
    left: 24px;
  }

  .text3 h4{
    position: absolute;
    top: 257px;
    font-family: 'Roboto Flex', sans-serif;
    color: #ffffff;
    left: 25px;
    font-weight: 50;
  }

  .play{
    position: absolute;
    top: 269px;
    left: 320px;
  }

  .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1%;
}

h6{
    color: #ffffff;
    font-weight: 100;
    margin: 0;
}

h5{
    color: #ffffff;
    margin: 0;
}

.column{
    max-width: 25%;
}

.section5{
  display: inline;
}

.newrelease{
  color: #93D80F;
}
