#box {
    display: flexbox;
    justify-content: center;
    width: 46%;
    margin: auto;
    padding: 40px;
    padding-left: auto;
    align-content: center;
    text-align: center;
    float: center;
}

.wuh {
    display: flexbox;
    justify-content: center;
    color: aliceblue;
    width: auto;
    height: 27em;
    font-size: 1em;
    float: center;
    font-family: font2;
    box-shadow: 0px 2px 60px rgba(0, 0, 0, 0.5);
    background-color: hsla(353, 57%, 71%, 0.1);
    margin: 1em;
    position: static;
    text-align: center;
}

h3 {
    font-family: font2;
    font-size: large;
    justify-content: baseline
}

.ava {
    border:dashed;
    border-width:3px;
    display: flexbox;
    margin-left: 15px;
    width: 200px;
}

.me {
    display: flex;
    float: right;
    font-family: 'font2';
    background-color: hsla(0, 0%, 0%, 0.2);
    width: 50%;
    height: 10.8em;
    justify-content: left;
    padding: 1em;
    margin: 1em;
    margin-right: 30px;
    font-size: medium;
    color: #ffffff;
    border: outset;
    overflow: auto;
    text-align: left
}

.aboutme {
    margin: auto;
    padding: 5px;
    padding-right: 2px;
}

.wuh2 {
    display: flexbox;
    justify-content: center;
    color: aliceblue;
    width: auto;
    height: 20em;
    font-size: 1em;
    float: center;
    font-family: font2;
    box-shadow: 0px 2px 60px rgba(0, 0, 0, 0.5);
    background-color: hsla(353, 57%, 71%, 0.1);
    margin: 1em;
    padding: 1em;
    position: static;
    text-align: center;
}

.interestsbox {
    display: flexbox;
    float: center;
    text-align: left;
    font-family: 'font2';
    background-color: hsla(0, 0%, 0%, 0.2);
    width: 85%;
    height: 12em;
    padding: 1em;
    margin: auto;
    margin-left: 30px;
    font-size: medium;
    color: #ffffff;
    border: outset;
    overflow: auto;
    
}

b{
    text-shadow: 0px 5px 10px hsla(0, 0%, 0%, 0.7);
}

.home {
    text-shadow: 0px 2px 5px hsla(0, 0%, 0%, 0.5);
    font-size: 2em;
    font-family: "font2";
    color: #ffffff;
    position:fixed; bottom: 0px;
    background-color: rgba(0, 0, 0, 0.26);
    margin-bottom: 0.5em;
    margin-left: 0.2em;
    padding: 0.5em;
    border-radius: 10px;
    cursor: url("cursors/beeeep.png"), auto;
}

a {
    text-decoration: none;
    cursor: url("cursors/beeeep.png"), auto;
}

#mydiv {
    
    float: right;
    position: absolute;
    z-index: 10;
    background-color: hsla(350, 100%, 26%, 0.7);
    text-align: center;
    border: solid;
    border-color: hsl(350, 100%, 26%);
    border-width: 3px;
    font-family: font2;
    width: 345px;
    top: 100px;
    right: 50px;
    
}

#mydivheader {
    padding: 10px;
    cursor: url("cursors/beeeep.png"), auto;
    z-index: 1;
    background-color: #000000;
    color: #ffffffff;
    text-align: center;
    justify-content: right;
    vertical-align: middle;
    top: 100px;
    left: 163px;
}

.movepdiv {
    display: flexbox;
    justify-content: center;
    padding: 1em;
    overflow: auto;
    height: 280px;
}

.closebtnimg {
    display: flexbox;
    float: right;
    justify-content: right;
    vertical-align: middle;
    align-content: center;
    margin-bottom: 1px;
}

h2 {
    text-shadow: 0px 2px 5px hsla(0, 0%, 0%, 0.5);
}

#mydiv2 {
    float: right;
    position: absolute;
    z-index: 10;
    background-color: hsla(350, 100%, 26%, 0.7);
    text-align: center;
    border: solid;
    border-color: hsl(350, 100%, 26%);
    border-width: 3px;
    font-family: font2;
    width: 345px;
    top: 100px;
    left: 50px;
    height: 245px;
}

.movepdiv2 {
    display: flexbox;
    padding: 0.7em;
    overflow: auto;
    height: 175px;
    padding-top: 1.3em;
}

.wuh3 {
    display: flexbox;
    justify-content: center;
    color: aliceblue;
    width: auto;
    height: 10em;
    font-size: 1em;
    float: center;
    font-family: font2;
    box-shadow: 0px 2px 60px rgba(0, 0, 0, 0.5);
    background-color: hsla(353, 57%, 71%, 0.1);
    margin: 1em;
    padding: 1em;
    position: static;
    text-align: center;
}