*{
    margin: 0;
    padding: 0;
}
.bg-navy{
    background-color: #06042E;
}
.header_banner{
    width: 100%;
    height: 90vh;
    background: url("./img/header_banner.png") no-repeat center;
    display: flex;
    align-items: center;
}
.course_banner{
    height: 120px;
}
.login_banner{
    background: url('./img/login_banner.png') no-repeat center;
}

.course_info_banner{
    width: 50%;
    height: auto;
    border-radius: 12px;
}
.subscribe_section{
    background: url('./img/subscribe_section.png')no-repeat center;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.subscribe_section input{
    background: #9E9BF1;
    border: none;
    color: white;
    padding: 5px;
    border-radius: 20px;
}
.subscribe_section input:focus{
    outline: none;
    border: .5px solid #ccc;
}
.subscribe_section button{
    border: none;
    padding: 4px 10px;
    border-radius: 20px;
    background: #ffc107;
    font-weight: 500;
}
footer ul{
    list-style: none;
    text-decoration: none;
    padding: 0;
    font-size: 16px;
}