*{padding: 0px; margin: 0px;}
.all_site{
    margin: 0 auto;
    width: 90%;
    min-width: 800px;
}
body{
    background: linear-gradient(to top, #ff0000, #f3b0b0);
    font-family: Veranda, Arial, Helvetica, sans-serif;
    font-size: 150%;
    color: rgb(0, 0, 0);
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
header{
    height: 750px;
    margin-bottom: 10px;
    box-shadow: 3px 5px 3px #888888;
    background-image: url("https://i.pinimg.com/originals/f0/8a/32/f08a324e4062b244b19d6334962bedd1.png");
    background-size: cover;
}
nav{
    border: 1px solid #000000;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
    box-shadow: 3px 5px 3px #888888;
}
main{
    background-color: rgb(212, 255, 211);
    border: 1px solid;
    text-align: justify;
    padding: 5px;
    box-shadow: 3px 5px 3px #888888;
}
h1, h2, h3{
    text-align: center;
    color: #0044ff;
    text-shadow: 1px 0px 1px #888888;
    margin-bottom: 15px;
    margin-top: 15px;
}
nav a{
    text-decoration: none;
    font-weight: bold;
    color: #2a3fff;
    letter-spacing: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 10px;
    text-shadow: 1px 0px 1px #888888;
}
nav a:hover{
    text-decoration: underline;
    color: #ffffff;
}
nav a:visited{
    color: #dae4f1;
    text-decoration: line-through;
}
.citate{
    text-align: center;
    font-style: italic;
}
.citate a{
    color: #45beff;
    display: block;
}
figure img{
    width: 300px;
    margin: 10px;
}
figcaption{text-align: center;}
.flex-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pr{text-align: center;}
.pr p{
    display: inline;
    margin-right: 10px;
}
.right{
    width: 350px;
    float: left;
    margin-right: 7px;
    margin-bottom: 7px;
    transition: transform 1s linear;
}
p{
    line-height: 150%;
    margin-bottom: 15px;
    margin-top: 15px;
}
.clear{clear: both;}
.right:active{
    transform: scaleX(2) scaleY(2) translate(100px, -50px);
}
.flex-box img{
    transition: transform 0.5s ease-in-out;
}
.flex-box img:hover{    
    transform: scaleX(1.8) scaleY(1.8) translate(-50px, -50px);
}
