*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-style: normal; */
}

body
{
    background-image: url(homepageimage.webp);
    /* background-repeat: no-repeat; */
    background-size: cover;
    height: 100%;
}

.navbar
{
    height: 60px;
    background-color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Ysabeau Office', sans-serif;  
}

.navbarcomp1
{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.socialscomp
{
    /* position: sticky;
    left: 1100px;
    gap: 20px; */

    /* margin-left: 1100px; */
    margin-right: 30px;
}

.nav1
{
    text-decoration: none;
    color: white;
}

.nav1:hover
{
    color: #ff403f;
}

.socials
{
    text-decoration: none;
    color: white;
    gap: 20px;
}

.middleflex
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.middle
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
    color: white;
}

#middlecomp1
{
    margin-bottom: -7px;
    font-style: italic;
    color: #ff403f;
    font-family: Didot;
}

#middlecomp2
{
    font-size: 85px;
    font-weight: 900;
    font-family: Impact;
}

#middlecomp3
{
    margin-bottom: 10px;
    font-family: Avenir;
    letter-spacing: 6px;
    font-stretch: wider;
    font-weight: 500;
}

.middlebutton
{
    height: 40px;
    width: 130px;
    cursor: pointer;
    background-image: linear-gradient(#e23939, #0a0303);
    color: white;
    font-weight: 700;
    border-style: none;
}

.middlebutton:hover
{
    background-image: linear-gradient(#0a0303, #0a0303);
    color: white;
    border: 1px solid white;
    transition: 100ms;
}

#middlebutton1
{
    margin-right: 15px;
}

.aboutme
{
    color: #ff403f;
    font-family: Impact;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 17px;
    font-size: 22px;
    margin-bottom: 60px;
}

.lessopbox
{
    background-color: #4B4A47;
    opacity: 80%;
    width: 100%;
    height: 750px;
    position: absolute;
    z-index: -1;
    margin-bottom: 80px;
}

.fullopbox
{
    background-color: black;
    align-items: center;
    width: 90%;
    height: 650px;
    display: flex;
    margin-bottom: 80px;
}

.boxfortext
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 120px;
}

.boxfont
{
    color: white;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 100px;
    margin-right: 100px;
    display: inline;
}

.profilepic
{
    /* margin-top: 60px;
    margin-bottom: 60px; */
    /* width: 61.4vh; */
    width: 30rem;
    position: relative;
    top: 2.1px;
}

.opboxcontainer
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.hello
{
    font-family: Impact;
    font-size: 60px;
}

.name
{
    font-family: Impact;
    font-size: 20px;
    color: #a02d2b;
}

.mainaboutme
{
    font-family: 'Avenir';
    text-align: justify;
    font-weight: 500;
}

.footer
{
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #c5c2c0;
    font-family: 'Ysabeau Office';
    font-size: 11px;
    background-color: #000000;
}
