

body {
    background-color: #3186EE;
    display: flex;
    flex-direction: row;
}

.card {
    z-index: 10;
    width: 50%;
    max-width: 450px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
    display: flex;
    flex-direction: column;
    margin-top: 64px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

.background-new {
    background-image: url("./images/new_bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
}

.subtitle {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 400;
    opacity: 0.8;
    font-family: Roboto, serif;
}

.items {
    font-family: Roboto, serif;
    font-weight: 300;
    border: 2px solid #3a64f3;
    padding: 2px 12px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}
