@font-face {
    font-family: "Trajan";
    src: url('../fonts/TrajanPro-Regular.otf');
}

@font-face {
    font-family: "Raleway-ExtraLight";
    src: url('../fonts/Raleway-ExtraLight.ttf');
}

h1 {
    font-family: 'Trajan', sans-serif;
    color: white;
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    top: 30px;
}

.son {
    width: 2%;
    position: fixed;
    top: 5%;
    right: 5%;
    z-index: 3;
}

h2 {
    font-family: 'Trajan', sans-serif;
    font-size: 28px;
}

p {
    font-family: 'Raleway-ExtraLight', sans-serif;
    font-size: 18px;
}

body {
    height: 100vh;
}

.carousel {
    height: 100vh;
}

.carousel-caption {
    background-color: rgba(13, 13, 13, 0.6);
    width: 40%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    margin-bottom: 40vh;
}

img {
    max-height: 100vh;
    object-fit: cover;
}