body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #fae1dd;
}

.card {
    position: center;
    background-color: #eae2b7;
    border:3px solid #003049;
    border-style: dotted;
    width: 800px;
    height: 600px;
    top:5px;
    left:15px;
    box-shadow: -5px -5px 100px rgba(0,0,0,0.4); 
}

.text {
    margin-left: 10px;
    font-family: 'Dancing Script', cursive;
    font-size: 25px;
    color: #031925;
    text-align: left;
}