p {
            
    /* Menu styling */
    margin-left: 33px;
    margin-top: 18px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    color: #000000;
}


nav{
    
    /* Menu styling */
    margin-left: 33px;
     margin-top: 26px;
     font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    text-decoration: none
}

svg {

    /* Rectangle 1 */
   
    margin-left: 33px;
    width: 256px;
    height: 256px;
    left: 44px;
    top: 79px;

    background: #D9D9D9;

}

h1 {

    /*  h1 styling */

    width: 357px;
    height: 77px;
    margin-left: 33px;
     margin-top: 33px;
    font-weight: 400;
    font-size: 64px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 77px;

}