@font-face {
    font-family: "Trajan";
    src: url('../fonts/TrajanPro-Regular.otf');
}

h1 {
    font-family: 'Trajan', sans-serif;
    color: white;
    margin-top: 2%;
}

body {
    background-color: #0D0D0D;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left bottom;
    background-size: cover;
}

.precedent {
    width: 2%;
    position: fixed;
    top: 5%;
    left: 5%;
}

.blasons img {
    width: 20%;
    margin-top: 3%;
}

.blasons a {
    text-decoration: none;
}