.header {
    font-family: cursive; 
    position: fixed; 
    top: -1%; 
}

#aboutmetitle {
    font-family: cursive; 
    position: fixed;
    left: 45%;
}

#aboutme {
    font-family: cursive; 
}

#WebsitesTab {
    display: none;
    position: fixed;
    right: 25%;
    bottom: 15%;
    width: 50%;
    height: 60%;
    background-color: #5189b4;
    border-radius: 5%
    
}

#leaveWebsitesTab {
    font-family: cursive;
    position: relative;
    left: 90%;
}

#otherwebstitle {
    font-family: cursive;
    position: relative;
    left: 25%;
}

#webstabnocontent {
    font-family: cursive;
    position: relative;
    left: 10%;
}