body {
    background-image: url(images/header3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(104, 71, 194, 0.49);
}

header {
    text-align: right;
}

footer {
    position: absolute;
    text-align: center;
    bottom: 0px;
    width: 99%;
    height: 0.4rem;
    margin-bottom: 0%;
    color: white;
  }
img {
    height: 20%;
    width: 20%;
    border-radius: 20%;
    
}
img{
    transition: all 1s;
}
img:hover {
    transform: scale(1.3);
}
.propicdiv{
    position: fixed;
    margin-top: 0%;
    margin-left: 3%;
}
.show {
    text-align: center;
    margin-top: 5%;
}
.name {
    font-size: 40px;
    font-family: serif;
    margin-bottom: 0%;

}
.intro {
    margin-top: 0%;
}
.socials {
    align-items:flex-start;
    height: 30%;
    width: 100%;
}
#division {
    display:flex;
    flex-direction: row;
    height: 29%;
    width: 66%;
    justify-content: center;
    margin: 5% 30%;
    
  
}
.top {
    text-align: center;
}
.bottom {
    text-align: center;
}
.block {
    width: 30%;
    height: fit-content;
    border-radius: 60px;
    margin-left: 1%;
    background-color:  rgb(76, 127, 181);
}
#push {
    margin-bottom: 3%;
}
#pull {
    margin-bottom: 5%;
}
#pull h1 h3 {
    color: white;
}
.skill {
    color: white;
}
 #writeup {
    position: relative;
    left: 20%;
    bottom: 30%;
    display: flex;
    justify-content: center;
    min-height: 60%;
    width: 60%;
    background-color: white;
    padding: 3% 6%;
 }

#bkimage {
    height: 30%;
    width: 30%;
    margin-right: 5%;
    border-radius: 20%;

}
