body {
    font-family: "Caveat", cursive;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    height: 100vh;
    margin: 0;

    background-color: #c8beff;
}
h1 {
    color: #ffda73; 
    font-size: 80px; 
    text-shadow: 3px 3px 10px rgba(218, 184, 111, 0.5); 
}
.cool-pic {
    width: 50px; 
    height: auto;
    border: 5px solid white; 
    border-radius: 15px;
}