2025-02-19 01:19:36 +01:00
|
|
|
* {
|
|
|
|
|
font-family: 'Courier New', Courier, monospace;
|
|
|
|
|
}
|
|
|
|
|
|
2025-02-13 17:25:23 +01:00
|
|
|
.badge {
|
2025-02-14 11:13:18 +01:00
|
|
|
border: 2px solid black;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
margin: 5px;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
}
|
2025-02-19 01:19:36 +01:00
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
background-color: #bdd5ea;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
|
color: #e1c300;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.invite-card {
|
|
|
|
|
margin: 5vh 20vw;
|
|
|
|
|
background-color: white;
|
|
|
|
|
height: 100%;
|
|
|
|
|
padding: 2vw;
|
|
|
|
|
border-radius: 1vw;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.invite-card-content {
|
|
|
|
|
margin: 3% 20%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.invite-card-content * {
|
|
|
|
|
margin: 1vh auto;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.invite-card-popup {
|
|
|
|
|
background-color: #369;
|
|
|
|
|
border-radius: 1vw;
|
|
|
|
|
padding: 1vw;
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.invite-card-popup a {
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.invite-card-popup a:hover {
|
|
|
|
|
color: #E1C300;
|
|
|
|
|
}
|