html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*  */

html, body {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

body{
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  
}
.container{
  display: grid;
  /* flex-direction: column; */
  grid-template-rows: auto auto auto;
  align-items: center;
  justify-items: center;
  max-width: 80vw;
  margin: auto;
  padding: 0 1.5rem 0 1.5rem;
}

.img-container{    
    height: 12rem;
    width: 12rem;    
    
}

.log-img{
    width: 12rem;
}

.wrapper{
    max-width: 80vw;
    display:flex;
}
.heading{ 
  display: inline-block;
  font-size: 6rem;
  line-height: 1;
  color: rgba(7, 7, 12, 0.82);
  font-weight: 700; 
  margin-top: 1rem;
  
  
}

/* .spanner{  
    
    margin-left: 1rem; 
     
    
} */


.text-logo{
    font-size: 2.5rem;
    line-height: 1.5;
    color: rgba(7, 7, 12, 0.82);
    font-weight: 700;
    border: 0px;   
    
  }



.subheading{
  font-size: 2rem;
  line-height: 1.5;
  color: rgba(7, 7, 12, 0.45);
  font-weight: 400;
  max-width: 80vw;
  margin-top: 1rem;
 
  
}





.top-space{
  height: 20vh;
}

@media screen and (max-width: 582px){
    .container{
        max-width: 100vw;
        padding: 0 4rem 0 4rem;
    }
    .wrapper{
        max-width: 100vw;
    }

    .heading{
        font-size:3rem;
    }

    .subheading{
        font-size: 1.5rem;
    }

    .text-logo{
        font-size: 1.5rem;
    }
}
