body{
    background-image: url(../assets/images/link-cats.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}
h1 a{
    color:white !important;
}


.navbar{
    border: solid white !important;
   
}
.navbar a{
    color:white !important;
}
.navbar a:hover{
    background-color: rgba(255, 255, 255, 0.435) !important;
}
body{
   
    color: black!important;
    height: 100vh;
    
}
.buttons{
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    
}
.link-holder{
    display: flex;
    justify-content: center;
    text-align: right;
}
.link-me{
    white-space: pre-wrap;
    word-break: break-word; 
    overflow-wrap: break-word;
    font-family: pixel; 
   border: 2px outset;
   margin: 10px;
   border-radius: 5px;
    
    overflow: auto;
    height: 65px;
    margin: 0;
    margin-top: 0; 
    -webkit-overflow-scrolling: touch;
    width: 250px;
    background-color: gainsboro;
    color: black;


    
  }
  .link-me, pre {
    margin: 0;
    padding: 0;
  }

  .link-me::-webkit-scrollbar {
    width: 5px;
    height: 5px; 
  }
 
  .link-me::-webkit-scrollbar-track {
    
    background: rgba(255, 255, 255, 0);
    border-radius: 10px;
  }


main{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    margin-top: 30px;
}
.box{
    background-color: rgba(255, 255, 255, 0.995);
    border-radius: 20px;
    padding:20px;
    max-width: 800px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.646);
    text-align: center;
}
.my-button{
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;

}
.message{
     width: 250px;
     text-align: left;
     background-color: gainsboro;
     color: black;
     border: 2px outset;
   
   border-radius: 5px;
   height: 65px;
   overflow: auto;
    
     
}

.img-container{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 5px

}

.img-container img{
    max-width: auto;
    max-height: 300px;
    
}

h2{
    background-color: #f5fbe2;
    border: 1px solid gainsboro;
    padding: 5px;
    border-radius: 5px;
}

.no-button a{
    color: palevioletred;
    font-size: 1em;
}
footer a{
    color:white !important;
}

@media (max-width: 800px){
    .my-button{
        flex-direction: column;
        align-items: center;
        
    }
    
}