diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..809a2b7 --- /dev/null +++ b/css/style.css @@ -0,0 +1,30 @@ +* { + padding: 0; + margin: 0; +} + +body { + background: #EEEEF4; + color: #999; + font-family: 'Roboto', sans-serif; +} + +main { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + margin-top: 15rem; +} + +h1 { + font-size: 27pt; + color: #E43; + text-align: center; + margin-bottom: 1rem; +} + +p { + font-weight: 300; + margin-top: 1rem; +}