* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(images/3157057.jpg);
    background-size: cover;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}

.top {
    height: 100px;
    background-image: url(images/b01892ba-f7ea-4f10-b833-b317804a9930.jpg);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
        header {
            display: flex;
            justify-content: center;
            background-color: rgb(255, 255, 255);
            font-size: 30px;
            color: #000000;
            padding: 5px 10px;
            border-radius: 10px;
        }
}

.bottom {
    margin-top: auto;
    height: 80px;
    background-image: url(images/b01892ba-f7ea-4f10-b833-b317804a9930.jpg);
    background-size: cover;
    display: flex;
    justify-content: right;
    align-items: center;
        #email{
            background-color: rgb(255, 255, 255);
            font-size: 20px;
            color: #000000;
            margin: 20px;
            padding: 10px 20px;
            border-radius: 10px;
        }
        #tel{
            background-color: rgb(255, 255, 255);
            font-size: 20px;
            color: #000000;
            margin: 20px;
            padding: 10px 20px;
            border-radius: 10px;
        }
}

.menu {
    background-color: #333;
    padding: 10px;
    text-align: center;
        a{
            color: white;
            margin: 0 100px;
            text-decoration: none;
            font-size: 18px;
        }
}

.box {
    height: 550px;
    display: flex;
    align-items: center;
    #picture03 {
        width: 360px;
        height: 450px;
        margin-left: 450px;
        margin-right: 10px;
            img{
                width: 300px;
                height: 400px;
            }
    }
    #content {
        width: 400px;
        height: 230px;
        background-color: rgba(183, 255, 253, 0.855);
        padding: 30px;
        border-radius: 30px;
            p {
                font-size: 20px;
                padding: 5px 0;
                color: #000000;
                /* text-indent: 50px; */
                text-align: justify;
            }
    }
}