button {
    margin: 10px;
    padding: 20px;
    font-size: 15px;
    line-height: 2;
    background-image: linear-gradient(rgb(0, 170, 255), rgb(57, 4, 173));
    color: #ffffff;
    border-radius: 20px;
    flex-wrap: wrap;
    border-style: none;
    display: flex;
}


#deck {
    width: 100%;
    object-fit: cover;
    border-radius: 30%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.container {
    display: flex;
    justify-content: space-around;
    margin: auto;
    flex-wrap: wrap;
    padding: 70px;
    text-align: center;
    width: 700px;
    height: 40px;
    letter-spacing: 2px;

}

h1 {
    color: #201353;
    text-align: center;
    letter-spacing: 2px;
    font-size: 4rem;
    text-shadow: 15px 10px 10px #8e8e8e;

}



.button:hover {
    background-color: #de2c11;
}

body {

    background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgb(176, 1 1));
    background-repeat: no-repeat;
}