/* Header design*/
.main-header{
  text-align: center;
  background-color: black;
  position: fixed;
  top: 0;
  width: 100%
  }
 

  body{
    background-color: black;
    
  }
  
/*to change the colour from every text*/
* {
    color:  white;
  }

  a {
    text-decoration: none;
  }

.singleLink{
  display: flex;
  flex-direction: row;
  align-items: center;
  width: fit-content;
  height: fit-content;
  margin: 10px;
  text-align: center;
  border-width: 3px;
  border-color:#FFE665;
  border-style: solid;
  padding: 10px;
  background-color: black;
  
}



.links :hover{
  font-size: 20px;
}
.links{
   display: flex;
  flex-direction: column;
  align-items: center;
  
}
#main{
  margin-top: 15%;
  margin-bottom: 15%;
   background-image: url('/assets/linktreeBackground.jpeg');
   
}


img{
  height: 30px;
  width: 30px;
  margin-left: 5px;
}

a{
  margin-right: 10px;
}