/* Headings */

h1, h2, h3, h4, h5, h6, p{font-family: 'Montserrat', sans-serif;color:#ffff;text-align:center}

h1 {font-size: 40px}
h2 {font-size: 36px}
h3{font-size: 32px}
h4{font-size: 26px}
h5{font-size: 16px}
h6{font-size: 14px}

p{font-size: 24px;line-height:36px;height: 100%;margin: 0;}

a{color:darkblue}

.logo{max-width:100%;padding-top:40px}
 
.wrapper {display: flex;justify-content: center;align-items: center;height: 100vh;
}
.container{max-width:980px;margin:0 auto;text-align:center;}

body{background-color:#000000}
