.aboutMe {
    color: rgb(195, 194, 194);
    position: fixed;
    top: 10%;
    left: 38%;
    border:rgb(195, 194, 194) ;
    border: .8vw ridge rgb(195, 194, 194);
    background: none;
    height: 6vw;
    width: 22vw;
    font-size: 4.5vw;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text {
    text-align: left;
    position: fixed;
    left: 24.5%;
    right: 20%;
    margin: 5mm;
    top: 27%;
    font-size: 3vw;
}

.linkedIn {
    position: fixed;
    right: 20px;
    top: 20px;
}

.github {
    position: fixed;
    right: 70px;
    top: 20px;
}
body {
    background:url(https://cdn.wallpapersafari.com/67/66/nDuvAM.jpg);
    background-size: 100vw 100vh;
    }
    
    .h1 {
        color: rgb(195, 194, 194);
        position: fixed;
        top: .01%;
        font-size: 3vw;
     
    }
    .h4 {
        color: rgb(195, 194, 194);
        position: fixed;
        top: 4.5%;
        left: .7%;
        font-size: 2vw;
        
    }
    
    
    .menuButton {
        position: fixed;
        top: 35%;
        background: none;
        color: rgb(195, 194, 194);
        border: none;
        font-size: 2.5vw;
        text-decoration: underline;
        left:.2%;
    }
    
    
    .menuButton {
        position: fixed;
        top: 35%;
        background: none;
        color: rgb(195, 194, 194);
        border: none;
        font-size: 2.5vw;
        text-decoration: underline;
        left:.2%;
    }

    p {
        font-size: 1.3vw;
        color: rgb(195, 194, 194);
    }
    
    #resume {
        color:rgb(195, 194, 194);
        position: fixed;
        top: 44%;
        font-size: 2vw;
    }
    
    #projects {
        color: rgb(195, 194, 194);
        position: fixed;
        top: 48%;
        font-size: 2vw;
    }
    
    #contact {
        color:rgb(195, 194, 194);
        position:fixed;
        top: 52%;
        font-size: 2vw;
    }

    #home {
        position: fixed;
        top: 40%;
        font-size: 2vw;
    }

    .background {
        background: url(https://removal.ai/wp-content/uploads/2021/09/black-background-10-hipwallpaper.png);
        position: fixed;
        background-size: 100vw 100vh;
    }
    
    .changeBackground {
        position: fixed;
        left: 1%;
        bottom: 1%;
    }