﻿@charset "utf-8";

body {
  background: #0087f7;
  color: white;
  font-family: 'Source Sans Pro', serif;
  font-size: 16pt;
}

::selection {
  background: white;
  color: #0087f7;
}

body,hr {
  margin: 2em 0;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Roboto Slab', serif;
}

h2 {
  margin: 0 0 1em 0;
}

h4 {
  margin-top: 1.5em;
}

abbr[title] {
  border-bottom: 0 !important;
  cursor: text !important;
}

a>abbr[title] {
  cursor: pointer !important;
}

a { color: #9ed9ff; }
a:hover { color: white; }
a:active { color: red; }

a.btn {
  margin: 0.4em 0.25em;
  font-size: 16pt;
}

hr {
  border-color: #2781bc;
}

p.space-top {
  margin: 1.5em 0 0 0;
}

span.love:before {
  content: '♥';
  font-size: 16pt;
}

span.love {
  width: 0 !important;
  color: red;
  font-size: 0;
}

img.img-profile {
    border: 10px solid #2b9fff;
}
