2022-01-16 13:46:16 +00:00
|
|
|
|
#info-block {
|
2022-01-16 17:38:54 +00:00
|
|
|
|
display: flex;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-content: center;
|
2022-01-20 08:34:38 +00:00
|
|
|
|
|
2022-01-16 17:38:54 +00:00
|
|
|
|
.supertitle {
|
|
|
|
|
margin-left: 0.5rem;
|
|
|
|
|
font-size: 1.5rem;
|
|
|
|
|
font-weight: 100;
|
|
|
|
|
}
|
2022-01-16 13:46:16 +00:00
|
|
|
|
|
|
|
|
|
.title {
|
2022-01-16 17:38:54 +00:00
|
|
|
|
font-size: 4rem;
|
2022-01-16 13:46:16 +00:00
|
|
|
|
font-weight: 100;
|
2022-01-16 17:38:54 +00:00
|
|
|
|
margin-top: -1rem;
|
|
|
|
|
margin-bottom: -0.5rem;
|
2022-01-16 13:46:16 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.subtitle {
|
2022-01-16 17:38:54 +00:00
|
|
|
|
margin-left: 0.5rem;
|
2022-01-16 13:46:16 +00:00
|
|
|
|
font-size: 2rem;
|
|
|
|
|
font-weight: 100;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.comment {
|
2022-01-16 17:38:54 +00:00
|
|
|
|
margin-left: 1rem;
|
2022-01-16 13:46:16 +00:00
|
|
|
|
color: rgba(255, 255, 255, 0.75);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.description {
|
2022-01-16 17:38:54 +00:00
|
|
|
|
margin-left: 1.5rem;
|
|
|
|
|
margin-top: 0.5rem;
|
2022-01-16 13:46:16 +00:00
|
|
|
|
color: rgba(255, 255, 255, 0.5);
|
|
|
|
|
}
|
2022-01-17 16:45:52 +00:00
|
|
|
|
}
|