/* Add this to your Tailwind CSS or a separate stylesheet */

body {
    font-family: Space Mono, Roboto Mono, monospace;
    background-color: #fede00;
}

.logo {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
}

#about:hover {
    color: #4295ce; /* Darker blue on hover */
}
li{
    font-size: 2.5rem;
font-weight: 700;
letter-spacing: .2em;
line-height: 50px;
text-align: center;
}
a svg{

    margin-left:20px;
  
}
header a{

    margin-left:20px;
  
}

footer a{

    margin-left:10px;
    margin-right:10px;
  
}
footerimg{
    box-shadow: 4px 4px 2px #4295ce;
}
.text{
     padding-bottom: 0px;
    padding-top: .15em;
    color: #000;
    text-decoration: none;
    font-family: Montserrat, sans-serif;
    font-size: 1.5rem;
    transition: background-color 0.2s ease-in-out;
        background: linear-gradient(180deg, #4295ce 0, #4295ce);
        background-position: 0 100%;
        background-repeat: repeat-x;
        background-size: .12em .12em;
        padding-bottom: .15em;
        padding-top: .15em;
        margin-top: 0.5%;
        
}
.text:hover{
   background-color: #4295ce;
   color: white; 
}
.styled-content {
    font-size: 1.5rem;
    line-height: 2em;
    box-sizing: border-box;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    margin: 0 auto;
    max-width: 900px;
    padding: 0 2em;
  }
  .styled-heading{
    margin: 0 auto;
    max-width: 900px;
    padding: 1em;

  }
  a:hover{
    color:gray;
    
  }