HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/vebon.komma.pro/resources/assets/sass/vebon/base.sass
$backgroundColor: #e7ebee
$mainFontColor: #5b6670
$mainFontSize: 16px
$secondaryColor: #6d9cb0
$mainFontFamily: 'Rubik', sans-serif

$red: #e55e5e
$green: rgba(67,190,53, 0.8)
$orange: #fbad45

$grey: #8a9299
$linkColor: $grey

$blue: $secondaryColor

*
  font-family: $mainFontFamily
  box-sizing: border-box

body
  margin: 0
  padding: 0
  background: $backgroundColor
  color: $mainFontColor
  font-size: $mainFontSize
  font-weight: normal
  line-height: $mainFontSize*1.6
  counter-reset: item
  //min-width: 1024px
a
  text-decoration: none
  color: $linkColor

.content-container
  margin-top: 150px

.header
  text-align: center

h1
  color: $mainFontColor
  font-size: 25px
  font-weight: 500

h3
  margin: 0
  padding: 0
  color: $secondaryColor
  font-size: 25px
  font-weight: 400
  margin-bottom: 30px

.blue
  color: $blue