*{
    margin:0px;
}

body{
    color: #010000;
    border: 1px solid rgb(6, 0, 0);
}

  .container {
    position: relative; /* Required to contain the absolute child */
    width: 100%;
    height: 2000px;
    isolation: isolate; /* Ensures the background stays behind the content */
  }
  
  .container::before {
    content: "";
    position: absolute;
    inset: 0; /* Modern shortcut for top, right, bottom, left: 0 */
    background-image: url('images/bg.jpg');
    background-size: cover;
    opacity: 0.3; /* Set your desired transparency (0.0 to 1.0) */
    z-index: -1; /* Pushes the image behind your text */
  }
  
  .profile-pic {
    border: 5px solid #ea0404; /* Width Style Color */
    border-radius: 4px;    /* Optional: Rounds the corners */
  }



####body {
    background-color: rgb(238, 237, 205);
}

img {
    display: block;
    margin: auto;
    width: 425px;
    height: 600px;
  }

  .credits{
    text-align: center;
    font-size: 22px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    margin-top: 25px;
  }

  .citys{
    text-align: center;
    font-size: 22px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    margin-top: 25px;
  }

  .colabs{
    text-align: center;
    font-size: 22px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 50px;
    color: red;
    text-decoration: underline;
  }

  .title{
    text-align: center;
    font-size: 30px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 5px;
    text-decoration: underline;
  }

  .media{
    text-align: center;
    margin: 5px auto 50px auto;
    font-size: 22px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    margin-top: 5px;
    
  }

  .comp{
    text-align: center;
    font-size: 22px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 50px;
  }

  .foot{
  text-align: center;
    font-size: 22px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 50px;
    text-decoration: none;
    color: red;
}

a:link, a:visited{
    color: red;
    
}

a:hover{
    color: black;
}