.port{
    display: flex;
    flex-direction: row;
    background-color: black;
    padding-bottom: 5rem;
    padding-top: 6rem;
}
.mbl{
    content-visibility: hidden;
}
.left{
    width: 40%;
}
.left img{
    height: 340px;
    border-radius: 2050px;
    width: 350px;
    margin: 9rem auto 0px 10rem;
    border: 3px solid black;
}
.left img:hover{
    transform: scale(1.1);
    transition: 1s;
}
.left button{
    margin-top: 20px;
    display: block;
    margin-left: 15.5rem;
    margin-top: 25px;
    height: 35px;
    width: 11rem ;
    font-size: 18px;
    letter-spacing: 1px;
    padding-top: 0px;
    border-radius: 60px;
    border: none;
    font-weight: bold;
    outline: 0px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.right{
    width: 58%;
    display: flex;
    flex-direction: column;
}
.right h1{
    margin: 10rem 1px 1rem 4rem;
    font-size: 54px;
    color: white;
}
.right p{
    font-size: 17px;
    margin: 0 3rem 0 4rem;
    color: aqua;
    font-style: italic;
    font-weight: bold;
}
.right span{
    color: red;
    font-style: italic;
    font-size: 58px;
    cursor: default;
}
.right span:hover{
    color: green
}
.social{
    margin-left: 1rem;
    margin-top: 2rem;
}
.right i{
    margin-left: 3rem;
    opacity: 0.5;
    color: white;
}
.right i:hover{
    transform: scale(1.1);
    opacity: 1.0;
    transition: 0.5s;
}
.right h3{
    margin: 4rem auto 0rem 4rem;
    font-size: 32px;
    color: white;
}

@media all and (max-width: 1290px){
   .port{
    content-visibility: hidden;
   }
   nav{
    content-visibility: hidden;
   }
   footer{
    content-visibility: hidden;
   }
   body{
    height: 100%;
    background-color: black;
   }
}