@font-face {
    font-family: "roboto";
    src: url("roboto/static/Roboto-Regular.ttf");
}

body {
    background-color: #fdf7f0;
}

.main-title-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.main-content-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.white {
    color: white;
}

object {
    width: 60%;
    border-radius: 10px;
}

.main-title {
    color: #fad02c;
    font-family: "roboto", "PT Sans", Calibri, Tahoma, sans-serif;
    background-color: #333652d2;
    padding: 7px 80px 7px 80px;
    width: fit-content;
}

p {
    margin-top: 0;
    font-family: "roboto", "PT Sans", Calibri, Tahoma, sans-serif;
}

h2 {
    font-family: "roboto", "PT Sans", Calibri, Tahoma, sans-serif;
}

h3 {
    font-family: "roboto", "PT Sans", Calibri, Tahoma, sans-serif;
}

.bold {
    font-weight: 900;
}

.subtitle {
    font-size: 25px;
}

.lokalhelden {
    margin-bottom: 10px;
}
