/*MAIN FRAME UPPER PART*/

  body {
    background-color: #ADBC9A;   
    overflow-y: scroll;
    margin: 0;
    }

p {
    margin-top: 0px;
    margin-bottom: 0px;
    }

.name-grid {
    display: grid;
    grid-template-columns: 1fr; 
    /*background-color: green;*/
    color: rgb(255, 250, 245, 0.7);
    font-family: Avenir Next, Arial;
    font-weight: 400;
    font-size: 70px;
    text-transform: uppercase;
    border-top: 2.5px solid black;
    margin-top: 65px;
    text-align: center;
    }
                    
    .name a {
    color: rgb(255, 250, 245, 0.7);
    margin-top: 65px;
    font-family: "Avenir Next";
    font-weight: 400;
    font-size: 70px;
    text-transform: uppercase;
    text-decoration: none;
    }

.profession-grid    {
    display: grid;
    grid-template-columns: 1fr; 
    color: rgb(255, 250, 245, 0.7);
    margin-top: 44px;
    font-family: Avenir Next;
    font-weight: 450;
    font-size: 70px;
    text-transform: uppercase;
    margin-top: -10px;
    text-align: center;
    }

.profession-grid a {
        color: black;
        margin-top: -55px;
        font-family: Avenir Next;
        font-size: 30px;
        font-weight: 450;
        text-decoration: none;
        }

    .profession-grid a:hover {
        color: rgb(255, 250, 245, 0.7);
    }

.profession {
    font-size: 30px; 
    font-family: Avenir Next;
    font-weight: 450;
    text-transform: lowercase;
    color:black;
    }

/*MAIN FRAME LOWER PART*/

.links-fussnote {
    margin: 0px auto;
    color: black;
    font-family: Avenir Next;
    font-size: 28px;
    font-weight: 450;
    text-transform: lowercase;
    margin-top: 14px;
    margin-bottom: 30px;  
    }
    .links-fussnote a {
        color: black;
        margin: 0px auto;
        font-family: Avenir Next;
        font-size: 28px;
        font-weight: 450;
        text-decoration: none;
    }

        .links-fussnote a:hover {
        color: rgb(255, 250, 245, 0.7);
        }
