.titles {
    width: 1400px;
    min-height: 80px;
    position: relative;
	margin:0 auto;
}

.titles > .logs {
    position: absolute;
    top: 15%;
    left: 15%;
    width: 14%;
    height: auto;
}

.titles > .nav {
    position: absolute;
    top: 30%;
    right: 15%;
    width: 40%;
    height: 31px;
    display: flex;
    justify-content: space-between;
}


.titles > .nav p {
    font-size: 18px;
    font-weight: 500;
    color: #3E3E3E;
}

.titles > .nav .on {
    /* border-bottom: 1px solid #000000; */
    background-image: url("../img/rectangle.png") ;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 3px;
}


.titles > .nav p a{
    color: #3E3E3E;
}