.navbar {
    background-color: #b71234;
}

.nav-link {
    color: white;
}

.navbar-brand {
    color: white;
}

.nav-link:hover {
    transition: 200ms;
    color: gray;
}

body {
    padding-top: 60px;
    font-family: "verdana", sans-serif;
}
h1 {
    color: rgb(181, 15, 15);
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
    font-weight: bold;
}
h2 {
    font-weight: bold;
    font-size: 25px;
}

.regtext {
    font-weight: bold;
    font-size: 1.2em;
}
#main {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 15%;
    width: 100%;
    height: 100%;
}
.space {
    color: #f5f5f5;
}
.centered {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

body {
    background-color: #f5f5f5;
}

.btn-primary {
    background-color: #b71234;
    border-color: #b71234;
    color: white;
}

.btn-primary:hover {
    background-color: #970e29;
    border-color: #970e29;
    color: white;
}
#buttonplace {
    display: flex;
    flex-direction: row;
}
