.navbar-brand img {
    height: 100px;
    width: auto;
    margin: 30px 0px;
}

.navbar img{
    height: 100px;
}

footer {
    background-color: #555;
    color: white;
}


a {
    color: #F29544;
}

p {
    font-size: 20px;
}

body {
    font-family: 'Noto Sans';
}

h1 {
    font-weight: 500;
    font-size: 2rem;
}

.btn {
    background-color: #A62139;
    color: white;
    border: none;
    text-align: center;
    padding: 20px 20px;
    font-size: 20px;
    margin: 10px 0px;
    transition: background 400ms ease-in 0s;
}
 .btn:hover {
    background-color: #F29544;
    color: white;
 }

 #bachelor p {
    margin-top: 20px;
 }

 h2 {
    font-weight: bold;
    font-size: 1.5rem;
 }

 #calltoactioninfos {
    margin-top:auto;
    margin-bottom: auto;
 }

main img {
    border: 1px solid #a5a5a5;
}
#imda {
    text-align: end;
    font-size: 20px;
}

@media (min-width:768px){
    h1 {
        font-size: 4rem;
    }
    h2 {
        font-size: 2rem;
     }
}