@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.ttf') format('truetype');
}

body {
    background-color: #121212;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.container {
    text-align: center;
}

.logo {
    width: 150px; /* Anpassen je nach gewünschter Größe */
    margin-bottom: 20px;
}

.name {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.btn-custom {
    background-color: #1e1e1e;
    border: 1px solid #fff;
    color: #fff;
}

.btn-custom:hover {
    background-color: #333;
}

.modal-content {
    background-color: #1e1e1e;
    color: #fff;
}

.form-control {
    background-color: #1e1e1e;
    color: #fff;
}
