@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap');

.body {
    background-image: url("https://img.freepik.com/free-vector/abstract-black-lines-geometric-background_677411-2748.jpg");
    height: 130vh;
    width: 100vw;
    background-size: cover;
    color: white;
}

.name {
    font-family: "Comic Sans MS";
    font-size: 20px;
    margin: 10px;

}

.header {
    padding: 20px;
}

.home {
    font-family: "Roboto";
    font-size: 25px;
    text-decoration: underline;
    margin: 10px;
    font-weight: lighter;

}

.button {
    margin-left: 10px;
}

.About {
    text-align: left;
    margin: 40px;
    margin-left: 60px;
    margin-right: 60px;
    margin-bottom: 5px;
    padding: 20px;
    background-color: #00000099;
    border-color: white;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    font-family: "Roboto";
    font-size: 20px;

}

.Heading {
    Font-family: "roboto";
    font-size: 25px;
    font-weight: bold;
}

.line {
    font-size: 1px;
    margin: 0px;
}

.image {
    height: 70px;
    width: 90px;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: white;
}

.image:hover {
    transform: translate(-5%, -20%);
}

.skill {
    margin-left: 5px;
    margin-right: 5px;
    width: 880px;
}

.skilll {
    border-right-color: white;
    border-style: solid;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-top-width: 0px;
    padding: 10px;
    height: 40px;
    margin-top: 20px;
    margin-right: 70px;

}

.flex-container {
    flex-direction: row;
}

.line1 {
    font-size: 0px;
    margin: 0px;
}

.custom-shadow {
    box-shadow: 2px 4px 8px rgba(255, 255, 255, 0.5);
}


@media only screen and (max-width: 600px) {
    .About {
        text-align: left;
        margin: 30px;
        margin-left: 25px;
        margin-right: 25px;
        margin-bottom: 5px;
        padding: 20px;
        background-color: #00000099;
        border-color: white;
        border-width: 1px;
        border-style: solid;
        border-radius: 10px;
        font-family: "Roboto";
        font-size: 15px;

    }

    .Heading {
        Font-family: "roboto";
        font-size: 20px;
        font-weight: bold;
    }

    .line1 {
        font-size: 1px;
        margin: 0px;
    }

    .image {
        height: 50px;
        width: 70px;
        border-radius: 10px;
        border-style: solid;
        border-width: 1px;
        border-color: white;
        margin-top: 10px;
        margin-right: 10px;
        margin-left: 5px;
        background-color: white;
    }

    .image:hover {
        transform: translate(-5%, -20%);
    }

    .skill {
        margin-left: 10px;
        margin-right: 15px;
        width: 368px;
    }

    .skilll {
        border-right-color: white;
        border-style: solid;
        border-left-width: 0px;
        border-right-width: 0px;
        border-top-width: 0px;


        margin-top: 0px;
        margin-right: 00px;

    }

    .flex-container {
        flex-direction: column;
    }

    .name {
        font-family: "Comic Sans MS";
        font-size: 15px;
        margin: 10px;

    }

    .home {
        font-family: "Roboto";
        font-size: 15px;
        text-decoration: underline;
        margin: 10px;
        margin-right: 15px;
        font-weight: lighter;

    }

    .button {
        margin-left: 10px;
        font-size: 10px;
    }

    .body {

        height: 180vh;
        width: 100vw;
        background-size: cover;
        color: white;
    }

}