*{
    font-family: 'PT Serif', serif;
    margin: 0;
    padding: 0; 
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
}
body{
    background: url('/img/bck3.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100vh;
    background-size: auto;
    position: relative;
}
h1{
    font-family: 'PT Serif', serif;
}
a{
    text-decoration: none !important;
    color: black !important;
}
a#reccomanded {
    border: 4px solid #e99382;
}
.row{
    margin-top: 100px !important;
    justify-content: center;
}
.col {
    justify-content:center;
    display: flex;
}
.col-12{
    width: 200px !important;
}
.buttons {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.card-title{
    text-align: center;
}

button#button_secondary{
    background: antiquewhite;
    border: 2px solid #e79180;
    transition: 0.3s;
}
button#button_secondary:hover{
    transition: 0.3s;
    background: none;
    border: 2px solid #e79180;
}

.heading {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
}
.hist-col{
    margin-top: 20vh;
    margin-bottom: 20vh;
    margin-inline: 20px;
    display: flex;
}
.hist-col-rev{
    margin-inline: 20px;
    display: flex;
}
h1#card_title {
    font-family: 'PT Serif', serif;
    margin: auto;
    width: 880px;
}
h1#card_title2 {
    font-family: 'PT Serif', serif;
}

@media (max-width: 450px) {
    h1#card_title {
        color: white;
        margin-top: 120px !important;
        width: auto !important;
        margin: auto;
    }
    div#heading{
        color: white;
        text-align: center;
        background: black;
        margin: 15px;
        padding: 17px;
        border-radius: 8px;
    }
    h1#heading{
        color: white;
        text-align: center;
        background: black;
        margin: 15px;
        padding: 17px;
        border-radius: 8px;
    }
    .hist-row {
        text-align: center;
        background: black;
        padding-top: 1px;
        padding-bottom: 1px;
    }
    .hist-col{
        display: block !important;
    }
    .col{
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .col-12{
        margin-top: 35px;
        margin-bottom: 35px;
    }
}

