@font-face {
    font-family: 'Federo';
    src: url('Federo-Regular.ttf') format('truetype');
}

body{
    font-family: 'Sora', sans-serif;
    margin: 0;
    height: 100vh;
    background: #171717;
    align-self: center;
}

header {
    padding: 2rem;
}

h1 {
    font-family: 'Federo', sans-serif;
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: 3.5rem;
    color: #bdff69;
    transition: color 1s ease-in-out; /* changed this */
}

#form a {
    color: #ffffff;
    text-decoration: none;
    border-bottom: transparent;
    margin-right: 50px;
    transition: border-color 0.3s ease-out;
}

#form a:hover {
    border-bottom: 0.5px solid #bdff69;
}

.inleiding {
    padding-left: 3rem;
    color: #ffffff;
}

#foto1{
    float: right;
    margin-right: 7.5rem;
    margin-block-start: -120px;
}