.img-holder {
    width: 30%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}


.txt {
    position: relative;
    text-align: center;
}

.kanoon {
    text-align: center;
    font-size: 12px;
}

img#logo {
    width: 30px;
    height: 30px;
}

body {
    font-family: helvetica;
}

a {
    text-decoration: none;
    color: #fd9808;
}


.kanoon a {
    color: black;
}

p {
}