        body {
            background-color: black;
            color: white;
            height: 80vh;
            display: flex;
            align-items: center;
            font-family: spacegrotesk, sans-serif;
            font-size: 14.5px;
            font-weight: 400;                        
            }
            
        img {
            padding-left: 50px;        
            }
            
        p2 {
            font-weight: 600;       
            padding-left: 50px;        
            }
            
        p {
            padding-left: 70px;
            }
        
        a {
            color: white;
            font-weight: 600;
            }
        
@font-face {
    font-family: spacegrotesk;
    src: url(asst/spacegrotesk.ttf);
    }
