.abtmep {
    color:white;
    font-size:25px;
    margin-left:300px;
    width:800px;
}
.banner {
    height:300px;
    width:900px;
    
}
body {
    background-image: url("https://img00.deviantart.net/c034/i/2011/273/8/2/doofenshmirtz___lair_by_superherogeek13-d4bd8em.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.body {
    display:flex;
    flex-direction:row-reverse;
    justify-content:space-around;
    margin-top:20px;  
}
.doofenshmirtz {
    margin-left:10px;
    width:280px;
}
.h1 {
    background-color:black;
    color:white;
    font-size:80px;
    margin:0 auto;
    margin-top:15px;
    opacity:0.7;
    text-align:center;
    width:800px;
}
h2 {
    text-align:center;
}
.h2am {
    background-color:black;
    color:white;
    display:inline-block;
    font-size:30px;
    text-align:center;
    text-align:start;
    width:327px;
}
.headshot {
    border-radius:50%;
    float:left;
    margin-left:150px;
    margin-right:5px;
    margin-top:10px;
}
.headinventions {
    display:flex;
    justify-content:center;
}
.inventions {
    width:300px;
}
.inventions-left {
    display:flex;
    text-align:center;
    height:250px;
    margin-left:100px;
    width:350px;
}
.linkbox {
    background-color: rgb(211,211,211, .6);
    border:solid;
    width:300px;
}
.perry {
    width:300px;
}