body
{
    font-family: "Architects Daughter", cursive;
    
}

.page
{
    text-align: center;
    width: 100%;
}


h1
{
    font-size: 40px;
    color: red;
    text-shadow: 2px 3px 0 darkslateblue;
}

h2
{
    font-size: 40px;
    color: rebeccapurple;
}

p
{
    font-family: Verdana  ;
    font-size: 20px;
    color: darkslategray;
    line-height: 1.5;
    margin-bottom: 20px;
}

img
{
    width: 300px;
    border-style: solid;
    border-color: lightblue;
    border-width: 15px;
}
.tb_lenke
{
    text-align: left;
}
