2022-06-12 21:45:19 +02:00
|
|
|
main {
|
2022-06-12 16:12:39 +02:00
|
|
|
text-align: center;
|
2022-06-12 21:45:19 +02:00
|
|
|
width: 100vw;
|
2022-06-12 16:12:39 +02:00
|
|
|
}
|
|
|
|
|
2022-06-12 21:45:19 +02:00
|
|
|
section {
|
|
|
|
display: inline-block;
|
2022-06-13 16:35:44 +02:00
|
|
|
background-color: rgba(255,255,255,0.5);
|
2022-06-12 21:45:19 +02:00
|
|
|
aspect-ratio: 425/600;
|
|
|
|
width: 43vw;
|
|
|
|
margin: 1vw;
|
|
|
|
margin-top: 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
width: 100%;
|
2022-06-12 23:52:11 +02:00
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
form {
|
|
|
|
margin: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input {
|
|
|
|
width: 50%;
|
2022-06-12 21:45:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 1500px) {
|
|
|
|
section {
|
|
|
|
width: 90vw;
|
|
|
|
}
|
2022-06-12 16:12:39 +02:00
|
|
|
}
|