 body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f4f4f4;
        }
        header {
            background-color: #333;
            color: #fff;
            padding: 10px 0;
            text-align: center;
        }
        nav {
            display: flex;
            justify-content: center;
            background-color: #444;
        }
        nav a {
            color: #fff;
            padding: 14px 20px;
            text-decoration: none;
            text-align: center;
        }
        nav a:hover {
            background-color: #555;
        }
        section {
            padding: 20px;
        }
        .bottom {
            background-color: #333;
            color: #fff;
            text-align: center;
            padding: 10px 0;
            position: fixed;
            width: 100%;
            bottom: 0;
        }

        h2{
            font-size: 80px;
            text-align: center;
        }
        h3{
            padding-left: 20px;
        }
        p{
            font-size: large;
            padding-left: 30px;
        }
        #intro{
            position: static;
            
        }
        #img1{
            position: relative;
            left: 10px;
            float: left;
            border-radius: 100%;
        }
        #img2{
            position: relative;
            float: left;
            left: 2px;
        }
        footer{
            clear: both;
            text-align: center;
        }

    .text-body {
        color: rgb(134, 134, 134);
    }

/*Text*/
    .text-title {
        font-size: 1.5em;
        font-weight: bold;
    }