body {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    background-color: #ffffff;
}

img {
    height: 250px;
    width: 250px;
    transition: transform 0.3s ease;
}

img:hover {
    transform: scale(1.2);
}

h1,
h2,
h3,
h4 {
    margin-top: 50px;
    margin-bottom: 50px;
    color: #1ca7d0;
}

span {
    text-decoration: underline;
}

p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    font-size: 16px;
    line-height: 1.5;
}

a {
    text-decoration: none;
}

.intro {
    margin-top: 100px;
    font-family: 'Marck Script', cursive;
    color: rgb(28, 167, 208);
}

.profile-img {
    border-radius: 10%;
    margin-top: 120px;
    box-shadow: 1px 6px 8px rgba(86, 125, 211, 0.937);
    position: relative;
    overflow: hidden;
}

.Skills-list {
    list-style: none;
    text-align: left;
}

#contact {
    margin-top: 20%;
    margin-bottom: 20%;
}

.footer {
    margin-top: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #2386ff;
}