body {
    font-family: Arial, sans - serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.container {
    text-align: center;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 40;
    font-size: 2rem;
    margin: auto;
    letter-spacing: 2px;
}




#result {
    margin-top: 10px;
    padding: 10px 10px 20px;
    font-size: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    margin: 10px 0;
    text-align: center;
    width: 500px;
    height: 70px;
}


button,
input {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 20, 0, 5);
    margin: 10px 0;
    text-align: center;
    width: 400px;
    height: 60px;
    font-size: 1.5rem;
    background-color: #ffe5f5;
}

.fortune-image {
    border-radius: 50%;
    margin: auto;
    display: flex;
    width: 400px;
    height: 400px;
}