|
|
|
@ -17,17 +17,17 @@ body {
|
|
|
|
|
position: absolute;
|
|
|
|
|
background-color: #f9b0c5;
|
|
|
|
|
color: #1E33FAff;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
font-size: 1.4rem;
|
|
|
|
|
border: 1px solid #1E33FAff;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
width: 300px;
|
|
|
|
|
height: 560px;
|
|
|
|
|
padding: 20px;
|
|
|
|
|
width: 360px;
|
|
|
|
|
height: 660px;
|
|
|
|
|
padding: 30px;
|
|
|
|
|
transition: 0.25s;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
|
|
|
|
|
z-index: 0;
|
|
|
|
|
/* margin-top: 150px; */
|
|
|
|
|
margin-top: 150px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card.top {
|
|
|
|
@ -69,20 +69,24 @@ body {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.letterBox {
|
|
|
|
|
position: fixed;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
padding: 20px;
|
|
|
|
|
margin: auto;
|
|
|
|
|
margin-top: 2rem;
|
|
|
|
|
top: 50%;
|
|
|
|
|
left: 50%;
|
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
background-color: #adc4f0;
|
|
|
|
|
border: 1px solid #1E33FAff;
|
|
|
|
|
color: #1E33FAff;
|
|
|
|
|
border: 1px solid #1E33FA;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
color: #1E33FA;
|
|
|
|
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
justify-content: right;
|
|
|
|
|
max-width: 70%;
|
|
|
|
|
z-index: 1000;
|
|
|
|
|
z-index: 9999;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.letterContents {
|
|
|
|
@ -115,12 +119,13 @@ body {
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
position: fixed;
|
|
|
|
|
padding: 25px;
|
|
|
|
|
right: 5px;
|
|
|
|
|
top: 5px;
|
|
|
|
|
right: 20px;
|
|
|
|
|
top: 20px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
border: none;
|
|
|
|
|
background: transparent;
|
|
|
|
|
z-index: 9999;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#mute-btn:hover {
|
|
|
|
|