.intro {
    font-size: 15px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bolder;
    /* line-height: 0.5; */
}
.paragraph{
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 2.0;
    font-weight: lighter;
    color: #808080;
}
.me{
    display: flex;
    gap: 10%;
    margin-top: 3%;
    align-items: center;
}
.me img{
    width: 100%;
    max-width: 550px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    /* border-radius: 50%; */
    transition: transform 0.5s ease-in-out; /* Smooth transition */
}
.me img:hover {
    transform: scale(1.1); /* Scale up the image on hover */
}

@media (max-width: 600px) {
    .me {
        flex-direction: column; /* Stack items vertically */
        align-items: center; /* Center items */
    }
    .me img {
        order: -1; /* Move image above the paragraph */
        margin-top: 5%;
        margin-bottom: 5%;
    }
}
@media (max-width: 770px){
    .me {
        flex-direction: column; /* Stack items vertically */
        align-items: center; /* Center items */
    }
    .me img {
        order: -1; /* Move image above the paragraph */
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .upto {
        margin-left: 5%;
        margin-right: 5%;
    }
    .dogs{
        gap: 60px !important;
    }
}
@media (max-width: 820px) {
    .me {
        flex-direction: column; /* Stack items vertically */
        align-items: center; /* Center items */
    }
    .me img {
        order: -1; /* Move image above the paragraph */
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .upto {
        margin-left: 5%;
        margin-right: 5%;
    }
    .dogs{
        gap: 60px !important;
    }
}
@media (max-width: 1100px){
    .upto {
        margin-left: 5%;
        margin-right: 5%;
    }
    .me {
        flex-direction: column; /* Stack items vertically */
        align-items: center; /* Center items */
    }
    .me img {
        order: -1; /* Move image above the paragraph */
        margin-top: 5%;
        margin-bottom: 5%;
    }
}
.space {
    margin-top: 10%;
}
.smallerspace{
    margin-top: 5%;
}
.links a {
    text-decoration: none; 
    color: inherit; 
}
.links a:hover {
    text-decoration: underline; 
}
.links {
    font-size: 20px;
    color: black;
}
.skills {
    display: flex;
    gap: 30%;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    font-weight: lighter;
    color: #808080;
    justify-content: center;
    align-items: center;
}
.skill {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    white-space: nowrap;
    font-weight: 700;
}
.upto{
    display: flex;
    gap: 10%;
    line-height: 1.7;
    justify-content: center; /* Center items horizontally */
    align-items: center;
}
@media (max-width: 600px) {
    .skills {
        flex-direction: column; /* Stack items vertically */
        align-items: flex-start; /* Align items to the left */
        gap: 10%; /* Adjust gap for smaller screens */
        margin-left: 5%;
        margin-right: 5%;
    }
    .upto {
        flex-direction: column; /* Stack items vertically */
        align-items: flex-start; /* Align items to the left */
        margin-left: 5%;
        margin-right: 5%;
    }
}
.upto p{
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #808080;
}
.upto h3{
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 700;
}
.uptodiv{
    background: #F5F5F5;
    width: 100vw; /* Make the width span the full length of the viewport */
    margin: 0 !important; /* Remove any margin */
    padding: 20px 0;
    box-sizing: border-box; /* Include padding in the width */
    position: relative; /* Ensure proper positioning */
    left: 50%; /* Move to the center of the viewport */
    transform: translateX(-50%);
}
.uptodiv h1{
    margin-left: 5%;
    
}
footer {
    width: 100vw !important; /* Make the width span the full length of the viewport */
    margin: 0 !important; /* Remove any margin */
    box-sizing: border-box; /* Include padding in the width */
    position: relative; /* Ensure proper positioning */
    left: 50%; /* Move to the center of the viewport */
    transform: translateX(-50%) !important;
    box-sizing: border-box;
}
.dogs{
    display: flex;
    gap: 100px;
    flex-wrap: wrap; 
    justify-content: center; /* Center horizontally */
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
}
.dogs img{
    width: 300px;
    height: 300px;
    object-fit: cover; 
    border-radius: 10px;
    transition: transform 0.5s ease-in-out;
    /* border: 2px solid lightgray; */
}
.dogs img:hover {
    transform: scale(1.1); /* Scale up the image on hover */
}
.backtotop{
    font-weight: bold;
    justify-content: center; 
    text-decoration: underline;
    color: inherit; 
}
.backtotop {
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;    
}
.overall-spacing {
    margin-left: 5%;
    margin-right: 5%;
}
.emoji {
    font-size: 2em; /* Adjust the size as needed */
}
body {
    margin: 0;
    padding: 0;
}
.dogDiv {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    white-space: nowrap;
    font-weight: 700;
    margin-left: 5%;
}
