19 lines
249 B
Sass
19 lines
249 B
Sass
|
body
|
||
|
margin: 0
|
||
|
padding: 0
|
||
|
display: flex
|
||
|
justify-content: center
|
||
|
|
||
|
.mainContainer
|
||
|
margin-top: 3rem
|
||
|
|
||
|
h1
|
||
|
text-align: center
|
||
|
font-family: sans-serif
|
||
|
font-weight: 400
|
||
|
|
||
|
img
|
||
|
height: 8rem
|
||
|
width: auto
|
||
|
border-radius: 100%
|