27 lines
372 B
CSS
27 lines
372 B
CSS
|
|
/******** section 1 *********/
|
|
|
|
#main_title_container {
|
|
text-align: center;
|
|
width: 100vw;
|
|
}
|
|
|
|
#main_title {
|
|
|
|
box-sizing: border-box;
|
|
background: url('/img/sesame.png') no-repeat;
|
|
background-size: contain;
|
|
|
|
position: relative;
|
|
top: 4rem;
|
|
height: 35vh;
|
|
width: 95vw;
|
|
max-width: 1200px;
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
#main_title_container h2{
|
|
margin-top:33vh;
|
|
}
|