*{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}


.navi{
    background-color: #000000;
    color: #ffffff;
    height: 90px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 22px;
}

.navitems img{
    height: 32px;
    vertical-align: middle;
}

.navitems{
    width: inherit;
}

.navitems span{
    margin-left: 5%;
    margin-right: 44%;
}

.btn{
    font-size: 25px;
    padding: 10px 25px;
    border: 1px solid #ffffff;
    border-radius: 8px;
    background-color: transparent;
    color: white;
    cursor: pointer;
}

#signup{
    margin-left: 1%;
    background: #4C5FD5;
    border: none;
}

#signup:hover{
    background-color: white;
    color: black;
}

.dashboard{
    background-color: #dadbf1;
    font-size: 40px;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
   
}

.dash-child{
    font-size: 70px;
    padding: 80px 30px 0 30px;
    box-sizing: border-box;
    text-align: center;
}

.dash-child form input{
    height: 60px;
    margin: 40px 0;
    font-size: 22px;
    width: 700px;
    border: 1px solid black;
    border-radius: 5px;
    text-indent: 20px;
}

.mainbody{
    background-color: #ffffff;
    margin-top: 7%;
    margin-bottom: 5%;
    display: flex;
}

.left{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.right{
    display: flex;
    flex-direction: column;
    align-items: center;
}


.content-box{
    display: flex;
    /* margin: 20px; */
    margin: 5%;
    font-size:larger;
    width: 55%;
}

.content-box img{
    width: 60px;
    vertical-align: top;
    margin-right:20px;
}

.content-box p{
    padding-bottom:20px;
}

.footer-down{
    background-color: #000000;
    color: white;
    display: flex;
    justify-content:space-evenly;
    height: 300px;
    padding-top: 20px;
    box-sizing: border-box;
    vertical-align: middle;
}

.footer-down strong{
    font-size: larger;
}


.f1{
    margin-top: 20%;
    margin-bottom: 20%;
}

.f2{
    margin-top: 10%;
    margin-bottom: 10%;
}

.f3{
    margin-top: 10%;
}

.fin{
    margin-bottom: 5px;
}