

#container{
   border: 3px solid rgb(249, 44, 85);
    background-color: transparent ;
    position:fixed;
    left:350px;
    right:500px;
    top:85px;
    bottom:200px;
    padding:5px;
    width: fit-content;
    height: fit-content;
    padding: 30px 50px;
    
}
.links{
    display:flex;
 justify-content:space-around;
 padding: 5px;
 margin: 5px;
 flex-direction: column;
}
 body{
    background-color: gray;
    margin: 0px;
    width:auto;
    
 }
 .button{
background-color: rgb(249, 44, 85);
padding: 10px;
 }
 .button2{
   background-color: rgb(249, 44, 85);
   padding: 10px;
   margin-top: 30px;
    }
 #header{
   background-color: rgb(35, 34, 34)!important;
   padding: 10px 350px;
   width: fit-content;
 }
 