html{
    font-family: "M PLUS 2", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

header{
    padding: 5px;
    font-weight: 900;
    a{color: black;
        text-decoration: none;}
    h3{line-height: 0.2;}
    h1{line-height: 0.2;}
    background-color: rgba(204, 204, 204, 0.175);
    img{width: 45pt;}
    .logo{position: relative;}
    img{position: absolute;
       top: 18px;
       left: 288px;}
}


.container{
    display: flex;
    justify-content: center;
}

.card{
    background-color:rgb(255, 255, 255);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
    width: fit-content;
    margin-top: 80px;
    text-align: center;
    width: 40%;
    padding-bottom: 40px;
}

.card_header{
    font-size: large;
    display: flex;
    justify-content: space-around;
    /* margin: 20px 0; */
    text-align: center;
}

.type1{
    padding: 20px 0;
    width: 50%;
    /* border-right: solid 2px #77777741; */
    border-bottom: solid 3px #77777741;
    /* border-bottom: solid 3px #77777741; */
}
.type2{
    padding: 20px 0;
    width: 50%;
    border-bottom: solid 5px #00000041;
    /* border-left: solid 3px #77777741; */
}
.type1 a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.273);
}


table{
    width: 100%;
    padding: 20px 0;
}
tr{
    text-align: center;
}
td{
    font-size: large;
    width: 50%;
    height: 70px;
}
input{
    width: 70%;
    height: 20px;
}