@font-face {
    font-family: "pompiere";
    src: url("../font/Pompiere-Regular.ttf");
}

body {
    font-family: "pompiere", Arial, Helvetica, sans-serif;
    font-size: 200%;
    background-color: #A0522D;
    background-image: url("../img/dog.png");
    background-size: 5%;
    text-align: center;
    display: flex;
}

h1
{
    text-decoration: underline ;
}

.main
{
    margin-left: 20%;
    margin-right: 20%;
    background-image: initial;
    background-color: #A0522D;
    border: double 5px black;
    box-shadow: black 5px 5px 5px;
    justify-content: center;
    min-width: 870px;
}

.surprise
{
    height : 1000px;
}

img
{
    width: 25%;
    height: auto;
    border: double black 5px;

}

iframe
{
    border: double black 5px;
}

.name
{
    font-size: 15px;
}

@media (max-width: 640px)
{
    body
    {
        word-break: break-word;
    }

    .main
    {
        width: 600px;
    }

    img
    {
        width: 90%;
        height: auto;
    }

}
