﻿body 
{
    font-family: 'Signika', sans-serif;
    padding: 30px;
}

.wsToolBar 
{
    text-align: right;
}

.wsToolBar div 
{
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.wsToolBar div:nth-child(2) 
{
    height: 50px;
    width: 150px;
    margin-left: 10px;
    cursor: pointer;
}

.wsToolBar div:nth-child(3):hover
{
    cursor: pointer;
}

.wsToolBar .wsTools 
{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.wsQuestionMark 
{
    height: 150px;
    width: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 100px auto 50px;
}

.wsTitle 
{
    text-align: center;
    font-size: 40pt;
}

.wsSubTitle 
{
    text-align: center;
    font-size: 22pt;
    margin-top: 30px;
}

.wsSubTitle a 
{
    text-decoration: none;
}

.wsCreateWebSite
{
    text-align: center;
    margin-top: 150px;
}

.wsCreateWebSite input[type=button] 
{
    background-color: #000;
    text-transform: uppercase;
    border: 0;
    border-radius: 3px;
    padding: 10px 30px;
    cursor: pointer;
    margin-top: 10px;
}