File: D:/HostingSpaces/SBogers84/zuiderbos.nl/wwwroot/css/pages/_errorPage.sass
.error-page
@extend .page
.main
padding-top: 120px
.content
h2
margin-bottom: 5px
font-size: 0.9rem
line-height: 1.6
p
margin-top: 0
a:not(.button)
color: $blue
border-bottom: none
.buttons
margin-top: 90px
+flex(flex-start, flex-start)
+flex-rows
padding-bottom: 40px
.button
width: calc(50% - 20px)
min-width: 210px
margin-top: 10px
+flex(space-between, center)
.home
margin-right: 30px
background-color: $blue
transition: background-color 0.3s
&:hover
background-color: darken($blue, 10%)