html{
    font-family: "M PLUS 2", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    /* width: 1700; */
}

header{
    
    padding: 5px;
    font-weight: 900;
    a{color: black;
        text-decoration: none;}
    h3{margin-left: 10px;
        line-height: 0.2;}
    h1{margin-left: 10px;
        line-height: 0.2;}
    background-color: rgba(204, 204, 204, 0.175);
    img{width: 45pt;}
    .logo{position: relative;}
    img{position: absolute;
       top: 18px;
       left: 298px;}
    box-shadow: 3px 3px 6px -2px #555,
    3px 3px 8px rgba(255,255,255,0.8) inset;
}

.menu{display: flex;}

.register{
    display: flex;
    align-items: center;
    text-align: center;
    a{color: black;
        text-decoration: none;}  
    img{width: 23px;}
    margin-top: 7px;
    margin-left: 10px;
    padding: 3px 8px;
    width: fit-content;
    background-color:rgba(204, 204, 204, 0.175);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
  }

.login{
    display: flex;
    align-items: center;
    text-align: center;
    a{color: black;
        text-decoration: none;}  
    img{width: 23px;}
    margin-top: 7px;
    margin-left: 10px;
    padding: 3px 8px;
    width: fit-content;
    background-color:rgba(204, 204, 204, 0.175);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}

.account_header{
    display: flex;
    align-items: center;
    text-align: center;
    img{margin-left: 6px;
        width: 15px;}
    margin-top: 10px;
    margin-left: 10px;
    padding: 3px 8px;
    height: 30px;
    width: fit-content;
    background-color:rgba(204, 204, 204, 0.175);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
    cursor: pointer;
}

.account_contents{display: none;}
.account_contents.show{
    border: 1px solid #ccc;
    display: flex;
    padding-left: 40pt;
    padding: 10px;
    img{margin-left: 6px;
        width: 15px;
       margin-top: 3px;}
    a{text-decoration: none;
      color: black;}
}
.account_contents_box{
    display: flex;
    align-items: center;
    padding: 10px;}

