body{
    background-color: #f9fafc;
}
.nav-1{
    padding: 5px;
    display: flex;
    margin: 0px;
    background-color: #ffffff;
    justify-content: space-between;
    border-bottom: 1px solid #e3e3e3;
}
.logoClass{
    display: flex;
    align-items: center;
    padding: 0px 15px;
}
.logo-1 {
    font-weight: bold;
    text-decoration: none;
    color: #000;
    font-family: "helvetica";
    font-weight: 700;
    font-size: 25px;
}
.ContentAndBtn{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.content-1{
    display: flex;
    justify-content: flex-start;
}

.content-1>a {
    margin: 15px 26px;
    color: #999;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}
.contentCol{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 85vh;
    width: 100vW;
    background-color: #f9fafc;
}
.content>p{
    margin: 0px;
}
.mainHead{
    font-size: 35px;
    margin-bottom: 8%;
    font-weight: 700;
    line-height: 42px;

}

.subHead{
    font-size: 19px;
    font-weight: 500;
    color: #7f7666;
    margin-bottom: 8%;
}

.signinBtn{
    border: none;
    padding: 8px 25px;
    border-radius: 5px;
    background-color: #0060ff;
}
.signinBtnText{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding: 10px 20px;
}
.signinBtnImg{
    margin-right: 11px;
}
.btn-1{
    /* display: flex;
    justify-content: center;
    align-items: center; */
    padding: 15px;
}

.signupBtn{
    padding: 6px 26px;
    border: none;
    background: #0060f0;
    /* margin-bottom: 16px; */
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    border-radius: 5px;
}