.fa, .fas  {
    margin-right:5px;
}
html {
    box-sizing:border-box;
    font-size:100%
}
*,:after,:before {
    box-sizing:inherit
}
body {
    background: #193D3D;
    background: linear-gradient(180deg,rgba(25, 61, 61, 1) 0%, rgba(23, 92, 92, 1) 100%);
    color:#fff;
    min-height:100vh;
    text-align:center;
    font-family: "Poppins", sans-serif;
.logo {
    width:300px;
    margin:80px 20px 30px 20px;
}
a {
    display:block;
    max-width:600px;
    margin:0 auto 15px;
    padding:15px 20px;
    font-size:1rem;
    color:#FFFFFF;
    border:1px solid #FFFFFF;
    text-decoration:none;
    transition:all .2s ease-in-out;
    border-radius:5px;
    font-weight:500;
}
a.featured {
    position:relative;
    background:#963d2a;
    color:#FFFFFF;
    border-color:#FFE7BC;
}
a:hover {
    background:#FB8007;
    color:#FFFFFF;
    border-color:#FFFFFF;
}
h2 {
    font-size:25px;
    font-weight:500;
    letter-spacing:0px;
    text-transform: uppercase;
    margin:10px;
}
h3 {
    font-size:18px;
    font-weight:300;
    letter-spacing:0px;
    text-transform: uppercase;
    margin:10px;
}
h4 {
    font-size:16px;
    font-weight:300;
    letter-spacing:0px;
    margin:10px;
    margin-bottom: 40px;
}
h3 b {
    font-size:18px;
    font-weight:500;
    letter-spacing:0px;
}
h5 {
    color: #FB9D0B;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 150%;
}
.channels {
    display:flex;
    max-width:600px;
    margin:0 auto;
    margin-bottom: 100px;
}
.channels a {
    flex:1;
    padding:15px 20px;
    margin-right:10px;
}
.channels a:last-child {
    margin-right:0
}