        body {
            background-color: whitesmoke;
            margin: 0px;
            padding: 0px;
        }
        
        ul {
            list-style: none;
        }
        
        a {
            text-decoration: none;
        }
        
        section {
            width: 100%;
            height: 95%;
            background-image: url();
            background-repeat: no-repeat;
            background-size: cover;
            position: relative;
        }
        
        nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 60px;
            background-color: whitesmoke;
            box-shadow: 2px 2px 12px grey;
            padding: 0px 5%;
        }
        
        nav ul {
            display: flex;
        }
        
        nav ul li a {
            margin: 30px;
            font-family: Arial, Helvetica, sans-serif;
            color: black;
            font-size: 15px;
            font-weight: 700;
        }
        
        .active {
            font-weight: bold;
            color: green;
        }
        
        .text-container p:nth-child(1) {
            font-family: Calibri;
            font-weight: bold;
            color: grey;
            font-size: 22px;
        }
        
        .space_between {
            top: 2cm;
        }
        
        .text-container h1 {
            font-family: Calibri;
            font-weight: bold;
            letter-spacing: 1px;
            color: #1a1a1a;
            font-size: 50px;
        }
        
        .text-container p:nth-child(3) {
            font-family: myriad pro regular;
            color: #403e3e;
            font-size: 40px;
            line-height: 0px;
            margin: 45px 0px 25px;
        }
        
        .text-container {
            position: absolute;
            left: 13%;
            top: 50%;
            transform: translate(13%, 42%);
        }
        
        .text-container button {
            width: 130px;
            height: 42px;
            border-radius: 10px;
            font-family: calibri;
            font-weight: bold;
            font-size: 14px;
            outline: none;
            margin: 0px 10px;
        }
        
        .hire-btn {
            border: 2px solid #373636;
            color: #373636;
        }
        
        .down-cv {
            background-color: #0b0b0b;
            color: #ffffff;
            border: none;
        }
        
        button:active {
            transform: scale(1.1);
        }
        
        .model {
            height: 600px;
            position: absolute;
            bottom: px;
            left: 70%;
            transform: translateX(-70%);
            margin-top: 10px;
            width: 10cm;
        }
        
        .about-container {
            width: 80%;
            height: 200px;
            background-color: #ffffff;
            border-radius: 20px;
            box-shadow: 2px 2px 12px grey;
            display: flex;
            margin: 35% auto 20px auto;
            position: relative;
            justify-content: space-evenly;
            align-items: center;
        }
        
        .about-container img {
            height: 200px;
            width: 4cm;
        }
        
        .about-text {
            width: 550px;
        }
        
        .about-text p:nth-child(1) {
            color: #403e3e;
            font-family: myriad pro;
            font-weight: bold;
            font-size: 23px;
            line-height: 0px;
        }
        
        .about-text p:nth-child(2) {
            color: #3e3d3d;
            font-family: myriad pro;
            font-weight: bold;
            font-size: 13px;
            line-height: 5px;
        }
        
        .about-text p:nth-child(3) {
            color: #7e7d7d;
            font-family: calibri;
            font-size: 16px;
        }
        
        .services {
            height: 600px;
            background-color: #ffffff;
            padding: 2% 10% 0px 10%;
        }
        
        .services-text p:nth-child(1) {
            font-family: calibri;
            font-weight: bold;
            color: #3e3d3d;
            font-size: 30px;
            line-height: 0px;
        }
        
        .services-text p:nth-child(2) {
            font-family: calibri;
            font-weight: bold;
            color: #3e3e3d;
            font-size: 15px;
            line-height: 5px;
        }
        
        .services-text p:nth-child(3) {
            font-family: calibri;
            color: #7e7d7d;
        }
        
        .services-text {
            width: 500px;
            margin: 50px 0px;
        }
        
        .box-1,
        .box-2,
        .box-3 {
            width: 300px;
            height: 320px;
            background-repeat: no-repeat;
            background-size: cover;
            box-shadow: 2px 2px 12px rgba(0, 0, 0, 0, 0.3);
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }
        
        .box-container {
            display: flex;
            justify-content: space-between;
        }
        
        .box-1 {
            background-image: url(/images/background4.jpg);
        }
        
        .box-2 {
            background-image: url(/images/background5.jpg);
        }
        
        .box-3 {
            background-image: url(/images/background7.jpg);
        }
        
        .box-1 span,
        .box-2 span,
        .box-3 span {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: #ffffff;
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: Calibri;
            font-weight: bold;
        }
        
        .box-1 p:nth-child(2),
        .box-2 p:nth-child(2),
        .box-3 p:nth-child(2) {
            color: #ffffff;
            font-family: calibri;
            font-size: 23px;
            line-height: 0px;
        }
        
        .box-1 p:nth-child(3),
        .box-2 p:nth-child(3),
        .box-3 p:nth-child(3) {
            color: #8f8f8f;
            font-family: calibri;
            text-align: center;
            width: 230px;
            margin: 0px 0px 20px 0px;
        }
        
        .box-1 button,
        .box-1 button,
        .box-1 button {
            width: 100px;
            height: 30px;
            background-color: #ffffff;
            border: none;
            outline: none;
            border-radius: 5px;
        }
        
        .contact-me {
            width: 100%;
            height: 280px;
            background-color: black;
            background-size: cover;
            background-repeat: no-repeat;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        
        .contact-me p {
            color: #ffffff;
            font-size: 30px;
            font-family: calibri;
            font-weight: bold;
            border-bottom: 2px solid #ffffff;
        }
        
        .contact-me button {
            width: 200px;
            height: 40px;
            background-color: #ffffff;
            outline: none;
            border: none;
            font-size: 14px;
            font-weight: bold;
        }
        
        footer {
            height: 300px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            position: relative;
        }
        
        footer p {
            font-family: calibri;
        }
        
        .footer p:nth-child(1) {
            font-size: 30px;
            font-weight: bold;
            color: #191919;
            line-height: 10px;
        }
        
        .footer p:nth-child(2) {
            font-size: 16px;
            color: #7e7d7d;
            width: 600px;
            text-align: center;
        }
        
        .social icons a {
            width: 40px;
            height: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #e6e3e3;
            margin: 20px 10px;
            border-radius: 50%;
        }
        
        .social-icons {
            display: flex;
        }
        
        .copyright {
            color: #565555;
            font-size: 15px;
            position: absolute;
            left: 50%;
            bottom: 10px;
            transform: translateX(-50%)
        }
        
        .social-icon a:hover {
            background-color: #000000;
            box-shadow: 2px 2px 12px rgba(0, 0, 0, 0, 0.2);
            transition: all ease 0.5s;
        }