

.container{
    margin: 0 auto;
}

body{
    font-family: "Quicksand", sans-serif;
    display: flex;
    background-color: #f4f4f4;
}

.border{
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /* -webkit-box-shadow: 10px 10px 1px 2px rgba(128,128,128,1);
    -moz-box-shadow: 10px 10px 1px 2px rgba(128,128,128,1);
    box-shadow: 10px 10px 1px 2px rgba(128,128,128,1); */
    border-radius: 8px;
    text-align: center;
    margin-top: 20px;
    text-align: left;
    padding: 10px;
}

.border h1{
    text-align: center;
    font-size: 50px;
    margin: 0;
    padding-top: 10px;
}

.border ol li a{
    text-decoration: none;
    color: rgb(117, 67, 67);
}

.border ol li{
    padding-top: 5px;
}

.border ol{
    padding-right: 10px
}


#kk{
    font-size: 30px;
    text-decoration: none;
    color: rgb(0, 0, 0);
    border-radius: 10px;
    padding: 5px;
}

#kk:active{
    transform: translateY(2px);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    transition: 0.2s;
}

.in{
    color: rgba(0, 0, 0, 0.541);
    display: flex;
}

.po li{
    display: flex;
}

