.crt-container {

    position: relative;

    max-width: 400px; 

    height: 245px; 

    padding: 20px; 

    background-color: #4a4a4a; 

    border-radius: 15px;

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), inset 0 0 10px rgba(0, 0, 0, 0.5);

    margin-top: 20px;

    margin-bottom: 20px;

    overflow: hidden;

    display: flex; 

    justify-content: center; 

    align-items: center; 

  }

  

  .youtube-video {

    width: 360px; 

    height: 202.5px; 

    border-radius: 10px;

    border: none;

    background-color: #000;

  }



  body {

    margin: 10px;

    padding: 0;

    background-color: black; 

  }



  footer {

    text-align: center;

    color: #a9413d;


  }

  

  footer a {

    text-align: center;

    color: #a9413d;

  }

