

.luffy{
    float:left;
    width: 200px;
    height: 300px;
    margin-right: 20px;

}

/* causes float to not pass through div above, so no collapsing issues happen)*/
.self{
    clear: both;
}


.subinfo p{
    font-size: 16px;
    
}
/* Contact Me For Work & Contact Me for Show*/

.form {
width: 45%;
float: left;
border-style: solid;
padding-top: 2em;
padding-left: 1.2em;
padding-right: 1.2em;
border-color: grey;
border-style: none;

}

label {
    display: block;
    font-size: 1.2em;
}

input,textarea {
    width: 90%;
    margin-top: 5px;
    margin-bottom: 5px;

}


