html{
     background-image:url(https://64.media.tumblr.com/97a8ea42410d7e88abe3897d46ef8b80/447be1c6e35b9618-02/s2048x3072/7db853ce597b0c9ae953c97c40f6f74efaa2b09f.pnj);
         background-repeat:repeat-x;
    background-attachment:fixed;
    background-position: left top;      
  
            }

.jersey-25-regular {
  font-family: "Jersey 25", sans-serif;
  font-weight: 400;
  font-style: normal;
}


body {
font-family: "Jersey 25", sans-serif;
font-size: 20px;
color: #b12957; 
}

header {
  border:ridge;
  border-color:rgb(12, 2, 69);
    background-color:rgb(0, 0, 0);
    background-image:url(https://files.catbox.moe/rtyw7u.png);
    width:100%;
    margin:0;
    padding:0px;
    position:fixed;
    left:0;
    top:0;
}

nav{
color:#d9708f;
font-size:20px;
padding:15px;
border-radius:25px;
grid-row:2/3;
grid-column:1/2;
height:max-content;
width:max-content;
}

.portrait{
    border:10px groove;
    border-color: rgb(59, 59, 69);
    border-radius: 10px;
   margin:auto;
   top:115px;
 left:150px;
 position:fixed;
 height: 490px;
 width: auto;
}

.inspo{
border:10px groove;
 border-color: rgb(94, 95, 134);
 background-color: #a5a4ae;
 color:#282828;
 border-radius: 10px;
 padding:10px;
 margin:auto;
 top:700px;
 left:120px;
 position:fixed;
height:auto;
 width: auto;
}

.info1{
border:#cacacd 5px ridge;
background-color:rgba(128, 127, 170, 0.5);
color:#141414;
padding:15px;
grid-row:2/3;
grid-column:2/3;
height:max-content;
border-radius:10px;  
font-size:26px;
}


main{
border:#cacacd 5px ridge;
background-color:rgba(128, 127, 170, 0.5);
color:#141414;
padding:15px;
grid-row:3/3;
grid-column:2/3;
height:max-content;
border-radius:10px;
font-size:26px;
}

       .footer {
    font-size:15px;
    color:white;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height:50px;
    text-align: center;
   }


.Container{
max-width:1000px;
margin:90px auto;
display:grid;
grid-gap:25px;
grid-template-columns:250px minmax(0, 1fr);
}

  
a:link {
  color: rgb(0, 0, 0);
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: rgb(79, 15, 139);
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: rgb(209, 99, 181);
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: rgb(194, 153, 245);
  background-color: transparent;
  text-decoration: underline;
}

