* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'DM Sans', sans-serif;
}

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

.Card {
max-width: 1000px;
padding: 20px;
background-color: #ffffff;
border-radius: 10px;
flex-basis: 800px;
flex-shrink: 1;
margin: 50px;
}

.Card h2 {
font-size: 24px;
font-family: Oxanium, sans-serif;
}


.avatar {
border-radius: 50%;
width: 150px;
height: 150px;
}

.buttons {
display: flex;
justify-content: space-between;
margin-top: 20px;
}
.jokeexplain {
font-size: 10px;
}
