p {text-indent: 40px;}

#table1>div{
    display: flex;
    margin-left: 40px;
}

#table1>div>a{
    margin-left: 20px;
}

#table1>div>img{
    height: 14px;
    width: 14px;
}

#table2>p>a{
    margin-left: 15px;
}

#table3{
    table-layout: fixed;
    width: auto;
    border-collapse: separate;
    border-spacing: 5px;
    border-color: black;
    text-decoration: underline;
    background-color: #c4d6ff;
}

#table3 td{
    border-collapse: separate;
    border-color: black;
    background-color: white;
}

#table3 div{
    display: flex;
    flex-direction: column;
    text-align: center;
    
}

#table3 img {
    margin: 0 auto;
    margin-bottom: 5px;
}

.ez{
    font-weight: bold;
    text-align: center;
}

#table4 td{
    border-color:black;
}

.mi{
    letter-spacing: 5px;
}