*{
    box-sizing: border-box;
}

html{
    background:#161616;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    font-size: 20px;
    font-style: normal;
}

.datafont{
    font-family: "Sometype Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
  

body {
    /* font-family: Arial, sans-serif; */
    background-color: #111;
    color: #ddd;
    margin: 0;
    padding: 50px 70px;
}





nav {
    /* background-color: #333; */
    /* padding: 10px; */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    height:25px;
}
nav a{
    color:white;
    text-decoration: none;
    padding:0 50px;
    font-size: 18px;
}
nav a:first-child{
    padding:0;
}

.navdivide{
    border-right: 1px solid rgba(255,255,255,0.8);
    height: 35px;
}



h1,h2,h3,h4{
    font-weight: 600;
}

nav h1{
    font-size: 22px;
    padding-left:70px;
}

h2{
    font-size: 22px;
}
.content{
    height: calc(100vh - 165px);
    display: flex;
    gap:30px;
    flex-direction: column;
}
.content section{
    /* background: rgba(255,255,255,0.1); */
    /* height:50%; */
   
    display: flex;
    flex-direction: column;
}

.summ{
    /* flex-grow:3; */
}


.summtitle{
    padding-bottom: 20px;
    margin:0;
    border-bottom: 1px solid rgba(255,255,255,0.8);
}

.summcontent{
    display: flex;
    flex-direction: column;
    align-content: center;
    
}
.summcontent>div{
    height:65px;
    display: flex;
    /* justify-content:space-between; */
}

.summcontent>div p{
    font-size: 16px;
   align-self: center;
}

.summcontent-mis-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
