body, html {
    width: 100%;
    height: 100%;
    font-family: 'Roboto';
}

.bg {

    background: url('resources/background_1.jpg') no-repeat center center fixed;
    height: 100%;
    background-size: cover;
}

.main-title {
    font-size: 45px;
    color: rgb(255, 255, 255);
    background-color: rgba(28, 240, 0, 0.5);
}

hr {
    border-color: rgb(3, 240, 208);
    border-width: 2px;
    max-width: 65px;
}

.btn-success {
    background-color: rgb(27, 177, 7);
}