body{
    font-family: "Karla","Arial",sans-serif;
    text-align: center;
    background-color: #191919;
    letter-spacing: 0.5px;
}

a{
    text-decoration: none;
}

:root{
    --red: #F50804;
    --orange: #f9a409;
    --grey: #F2F2F2;
}

#default-navbar{
    background: #282828;
    padding: 0.3rem 0rem;
    width: 100%;
    border-color: #fc531d;
    border-width: 0px 0px 0.2rem 0px;
    border-style: solid;
    display: flex;
}

.subheader{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.sub-navbar{
    max-width: 900px;
    display: flex;
    flex-direction: row;
    margin: auto;
    justify-content: space-between;
    gap: 2rem;
    align-items: baseline;
}

#btn-header{
    background-color: #FC5825;
    font-size: 0.7rem;
    font-weight: bold;
    border: 0;  
    color: #333333;
    border-radius: 2rem;
}

#btn-header:hover{
    background-color: #FC5825;
    color: white;
}

#btn-video:hover{
    background-color: #FC5825;
    color: white;
}

.hover-overlay:hover {
    transition-duration: 1s;
    opacity: 0.6;
 }

.content{
    display: flex;
    flex-direction: column;
}

.btn-video{
    background-color:#191919;
    font-size: 1em;
    font-weight: bold;
    margin: 1rem;
    padding: 0.5rem 3rem;
    border: 2;
    color: white;
    border: solid 2px var(#4cfc84);
    border-radius: 22.5px;
    border-color: #4cfc84;
}

#video{
    padding: 1rem;
}

.card-body{
    display: flex;
    justify-content: center;
}

.item{
    display: flex;
    align-items: baseline;
    gap:1rem;
    padding-bottom: 1rem;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-self: flex-start;
}

.img-item{
    align-self: flex-start;
}

h1 {    
    font-size: 1em;
    padding: 20px 20px;
    color: #e9e9e9;
    text-align: center;
}

.green-focus{
    color: #4cfc84;
}

#disccount{
    color:white;
    font-size: 1.2rem;
}

.free-account{
    color: white;
    font-weight: 700;
    text-decoration: none;
}

.free-account:hover{
    color: white;
}
 
.footer{
    box-sizing: border-box;
    padding: 0.5rem;
    margin: 0;
    background-color: rgb(32, 28, 28);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 0 auto;    
    width: 100%;
    color: grey;   
    font-size: 0.6rem; 
    padding-bottom: 1rem;
    margin-top: 1rem;
}
.footer div{
    padding-top: 1rem;
}
.footer a{
    margin: 0 0.3rem;
    color: grey;
}

