body{
    background-image:url('../images/background.png');
    background-size:cover;
}

.bord {
    border: 2px solid black;
    border-radius: 4px;
}

.col-md-3 {
    margin-bottom: 20px;
}

.bord:hover, .bord:active, .bord:focus {
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3);
}

h1{
    font-family: 'Cinzel', serif;
    color: black;
    margin-top: 20px;
}

a, a:hover, a:focus, a:active {
    text-decoration: none !important;
    color: #000;
    outline: none;
}