body {
    background: #ebb510;
    text-align: center;
    color: #343b45;
}

html,
body {
    margin:0;
    padding:0;
    height:100%;
}

.container {
    min-height:100%;
    position:relative;
}

.row {
    padding-bottom:60px;
}

img {
    margin: 15px auto;
    display: block;
    max-width: 100%;
}

.tet-logo {
    width: 450px;
    max-width: 100%;
}

h1 {
    font-size: 4.5rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}

p {
    font-size: 2rem;
}

.copyright {
    font-size: 1.2rem;
    margin-top: 50px;
    position:absolute;
    bottom:0;
    left: 0;
    width:100%;
}

a {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 760px) {
    h1 {
        font-size: 2rem;
    }
    p {
        font-size: 1.5rem;
    }
    .tet-logo {
        width: 250px;
    }
}