|
|
@ -50,7 +50,6 @@ body{
|
|
|
|
color: white;
|
|
|
|
color: white;
|
|
|
|
font-weight: lighter;
|
|
|
|
font-weight: lighter;
|
|
|
|
padding-bottom: 2vh;
|
|
|
|
padding-bottom: 2vh;
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -63,15 +62,9 @@ body{
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.imagedescription{
|
|
|
|
.imagedescription{
|
|
|
|
background: rgba(5, 5, 5, 0.3);
|
|
|
|
display: none;
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
top: 92%;
|
|
|
|
|
|
|
|
left: 2%;
|
|
|
|
|
|
|
|
padding: 4px;
|
|
|
|
|
|
|
|
width: fit-content;
|
|
|
|
|
|
|
|
color: rgba(255,255,255,0.7);
|
|
|
|
|
|
|
|
pointer-events: none;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
h1{
|
|
|
|
h1{
|
|
|
|
font-family: VG5000;
|
|
|
|
font-family: VG5000;
|
|
|
|
font-size: clamp(1.5rem, 1rem + 9vw, 6rem);
|
|
|
|
font-size: clamp(1.5rem, 1rem + 9vw, 6rem);
|
|
|
@ -162,4 +155,16 @@ p{
|
|
|
|
justify-content: space-evenly;
|
|
|
|
justify-content: space-evenly;
|
|
|
|
background-color: rgba(0, 0, 0, 0);
|
|
|
|
background-color: rgba(0, 0, 0, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.imagedescription{
|
|
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
background: rgba(5, 5, 5, 0.3);
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
top: 92%;
|
|
|
|
|
|
|
|
left: 2%;
|
|
|
|
|
|
|
|
padding: 4px;
|
|
|
|
|
|
|
|
width: fit-content;
|
|
|
|
|
|
|
|
color: rgba(255,255,255,0.7);
|
|
|
|
|
|
|
|
pointer-events: none;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|