
 /* Text & Layout*/

nav {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
margin:auto; 
 max-width: 500px;

}

.polar {

padding-top: 50px;

}

body {

font-size: 19px;
color: black;
padding-bottom: 100px; 
font-family: book antiqua;    
margin: auto;
padding: 1em 1em;
padding-left: 150px; 
  padding-right: 150px;  
}

.linkcontainer{

display: flex;
flex-wrap: wrap;
justify-content: center;
margin-top; 0px;

}


figure {

text-align: center; 

}

 figure img {
      max-width: 100%;
      height: auto;
      display: block;
      margin: auto;
    }

figcaption {
      margin-top: 10px;
      font-size: 20px;
      color: black;
padding-bottom: 20px;
    }


.link{
text-align: center;
transition; transform 0.2s;
flex: 0 0 auto;
}

.link:hover{
transform: translateY(-5px);
}

.link img{
display: block;
width: 400px;
height: auto;
border-radius: 20px; 
object-fit: cover;}

.title {
 text-align: center;
font-size: 45px;
padding-top: 10px;

}


.link > a {
display: inline-block;
color: #333;
font-weight: bold;
}

.link > a figcaption {
display: block;
margin-bottom: 0.5rem;
text-decoration: none;
}

 /* Links*/

a: {
text-decoration: none;
}

a:hover {
text-decoration-color: grey;
}

a svg {
stroke: #bbb;
  transition: fill 0.3s ease; 
  vertical-align: middle;    }

a:hover svg {
  stroke: grey;              
}

nav a {
    display: flex;
    align-items: center;
    gap: 4px;
 text-decoration: underline dotted;
color: black;
    text-decoration-skip-ink: auto;
    text-decoration-color: #bbb;
    text-decoration-thickness: 1.5px;
  text-underline-offset: 2px;

}

   




