*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.main_header{
    display: flex;
    flex-direction: row;
    height: 70px;
    width: 100%;
    background-color: rgb(79, 117, 148);
}
.main_header a{
    text-decoration: none;
    color: white;
    
}
.main_header p{
    margin-left: 20px;
    font-size: 20px;
}
.logo{
   margin-left: 50px;
}
.logo img{
    width: 100px !important;
}
.links{
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    margin-right: 15%;
    width: 50%;
    height: 100%;
    justify-content: right;
}
