@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body, html {
    height: 100%;
    width: 100%;
}

a, p, span, h1, h2, h3 {
    font-family: Open Sans, sans-serif;
}

h3 {
    color: #cccccc;
}

p {
    font-size: 12pt;
    color: #cccccc;
}

p.descriptionLabel {
    text-align: center;
}

p.aboutLabel {
    font-size: 12pt;
    color: #cccccc;
    text-align: justify;
}

.aboutBlock {
    width: 576px;
}

.background {
    background-image: url("../images/bg.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.circleButton {
    height: 50px;
    width: 120px;
    background-color: rgba(204, 204, 204, 0.15);
    color: #cccccc;
    border: 2px solid #cccccc;
    font-size: 16px;
    font-family: 'Open Sans';
    border-radius: 25px;
    margin-bottom: 3px;
    cursor: pointer;
  }

.separator {
    height: 2px;
    width: 100%;
    background: linear-gradient(to right, rgba(153,153,153,0) 0%,rgba(153,153,153,0.85) 25%,rgba(153,153,153,1) 50%,rgba(153,153,153,0.85) 75%,rgba(153,153,153,0) 100%);
}

.bg {
    background-color: bisque;
}