html,body {
    height: 100%;
    background-image: url("../img/bg.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

#name {
    font-weight: bold;
    font-size: 50px;
}

#desc {
    color: gray;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.btn {
    margin: 10px !important;
}