body {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #242d60;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto',
    'Helvetica Neue', 'Ubuntu', sans-serif;
    height: 100vh;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

section {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    width: 90%;
    height: auto;
    border-radius: 25px 25px;
    justify-content: space-between;
}

.product {
    display: flex;
}

.description {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

p {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 25px;
    letter-spacing: -0.154px;
    color: #242d60;
    height: auto;
    width: auto;
    padding: 0 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

img {
    border-radius: 6px;
    margin: 6%;
    width: 22%;
    height: auto;
}

h3,
h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 212%;
    line-height: 140%;
    letter-spacing: -0.154px;
    color: #242d60;
    margin: 0;
}

h5 {
    opacity: 0.5;
}

#1checkout-button {
    height: 110px;
    background: #556cd6;
    color: white;
    width: auto;
    font-size: 44px;
    border: antiquewhite;
    font-weight: 60000;
    cursor: pointer;
    letter-spacing: 0.2;
    border-radius: 0 0 25px 25px;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
}

#checkout-button:hover {
    opacity: 1;
}
