
body{
    background-color: #09011a;
    
}

header{
    background-color: #09011ae8;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 110px;
}

section{
    min-height: 100vh;
    display: flex;
    color: aliceblue;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://www.sonserae.com/uploads/5/5/8/2/55824831/penguins-habitat.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

#Skipper{
    align-items: center;
    padding-left: 15%;
}

#Skipper .family{
   padding: 10px;
}

#Skipper .point{
  padding: 10px;
}

#Skipper ul{
    font-family: "Lekton", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: large;
}
#Kowalski{
    align-items: center;
    padding-left: 15%;
}

#Kowalski .family{
   padding: 10px;
}

#Kowalski .point{
  padding: 10px;
}

#Kowalski ul{
    font-family: "Lekton", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: large;
}
#Rico{
    align-items: center;
    padding-left: 15%;
}

#Rico .family{
   padding: 10px;
}

#Rico .point{
  padding: 10px;
}

#Rico ul{
    font-family: "Lekton", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: large;
}#Vojín{
    align-items: center;
    padding-left: 15%;
}

#Vojín .family{
   padding: 10px;
}

#Vojín .point{
  padding: 10px;
}

#Vojín ul{
    font-family: "Lekton", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: large;
}

section ul a{
    text-decoration: none;
    color: aliceblue;
}

.bottom{
    color: aliceblue;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
}