body {
    font-family: "Montserrat", sans-serif;
}

.ct_logo {
    width: 200px;
}

.ct_container{
    margin: 0px auto 0px auto;
    width: 90%;
}

.ct_flex{
    display: flex;
    justify-content: center;
}

.ct_flex2{
    display: flex;
    justify-content: flex-start;
    gap: 30px;
}

.ct_frame{
    /*width: 60px;*/
    border: 1px solid #eeeeee;
    border-radius: 10px;
}

.ct_button {
    color: #f47735;
    border: 2px solid #f47735;
    padding: 10px;
    border-radius: 25px;
    padding: 8px 40px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}

.ct_button:hover{
    color: #ffffff;
    background: #f47735;
    text-decoration: none;
}

.ct_logo_pn{
    width: 82px;
    padding-top: 4px;
    margin-left: 1px;
}

h1 {
    font-size: 20px;
}