@ -227,7 +227,7 @@ html {
width : 100 % ;
height : 100 % ;
overflow : hidden ;
font : 400 1 . 1 em/ 1 . 1em Helvetica , Arial , sans-serif ;
font : 400 1 . 3 em/ 1 . 1em Helvetica , Arial , sans-serif ;
}
body {
color : # fff ;
@ -240,6 +240,18 @@ body {
overflow-y : scroll ;
overflow-x : hidden ;
}
a {
color : # 7ed07e ;
text-decoration : none ;
border-bottom : 1px solid # d5cfba ;
-moz-transition : all 0 . 2s linear ;
-webkit-transition : all 0 . 2s linear ;
-o-transition : all 0 . 2s linear ;
transition : all 0 . 2s linear ;
}
a : hover {
border-bottom : 1px solid # fc6399 ;
}
svg . icons {
width : 25px ;
fill : # d5cfba ;
@ -250,20 +262,21 @@ header {
position : relative ;
transform-style : inherit ;
width : 100vw ;
text-align : center ;
color : # d5cfba ;
border-bottom : 1px # 7ed07e solid ;
border-bottom : 1px # d5cfba solid ;
border-top : 5px # 7ed07e solid ;
}
header h1 {
header span {
margin : 0 ;
position : absolute ;
top : 50 % ;
left : 50 % ;
transform : translate ( -50 % , -50 % ) ;
background : # 34495e ;
border-radius : 40px ;
font-weight : 100 ;
padding : 15px 20px 10px 20px ;
font-size : 14em ;
line-height : 1 ;
color : # 7ed07e ;
}
header . menu {
width : 100 % ;
@ -298,30 +311,37 @@ header::before {
width : 100 % ;
color : # 32302f ;
}
. container article . right ,
. container article . left {
width : 49 . 9 % ;
display : inline-flex ;
vertical-align : top ;
justify-content : center ;
background : # 32302f ;
}
. container article . left {
border-right : 1px # 7ed07e solid ;
}
. container article . inner {
. container article {
position : relative ;
width : 80 % ;
height : 80 % ;
margin : 30px 0 30px 0 ;
max-width : 840px ;
min-height : 500px ;
background : # 32302f ;
vertical-align : top ;
color : # d5cfba ;
margin : 0 auto ;
}
. container article . inner span {
font : 600 1. 5em / 2 Helvetica , Arial , sans-serif ;
. container article span {
font : 600 2em/ 1 . 5 Helvetica , Arial , sans-serif ;
color : # fc6399 ;
}
. container article . index {
margin : 30px ;
}
. container article . index label {
background : # 32302f ;
color : # d5cfba ;
font-size : 1 . 5em ;
line-height : 1 . 3 ;
}
. container article . index a {
font-size : 1 . 5em ;
line-height : 1 . 3 ;
margin-bottom : 10px ;
margin-right : 10px ;
font-weight : 400 ;
}
. container section {
color : # d5cfba ;
}