body{
    background-color:#FF9678 !important;
}

.main_width{
    width:210px;
    margin:auto;

    display: flex;
    justify-content: center;
}

.col-sm{
    padding: 20px 0px 0px 0px;
}

.button_style{
    width: 148px;
    height: 50px;
    left: calc(50% - 148px/2);

    background: #FF9678;
    color:white;
    border-radius: 123px;
    border:none;
    cursor: pointer;

    display:block; /* mozilla middle text */
}

.cardTitle{
    color:#FF9678;
}



/* UTAZÓKNAK */

.UtazoknakButton_style{
    width: 148px;
    height: 50px;
    left: calc(50% - 148px/2);

    background: #5986fb;
    color:white;
    border-radius: 123px;
    border:none;
    cursor: pointer;

    display:block; /* mozilla middle text */
}

.UtazoknakCardTitle{
    color:#5986fb;
}

.copyright{
    min-width:100px;
    max-width:800px;

    margin:auto;
    padding:10px 10px 10px 10px;

    color:grey;
}


/* BOOK 1 */

.Book1Button_style{
    width: 148px;
    height: 50px;
    left: calc(50% - 148px/2);

    background: #ff5b45;
    color:white;
    border-radius: 123px;
    border:none;
    cursor: pointer;

    display:block; /* mozilla middle text */
}

.Book1CardTitle{
    color:#ff5b45;
}