body {
    margin: 0;
    padding: 0;
    background-image: url("./roughcloth.png")
}

* {
    margin: 0;
    padding: 0;
}

.allContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}

.portShow {
    text-align: center;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.allContent * {
    margin: 1em;
}

.kevName {
font-size: 3em;
margin-top: 2em;
color: #336699;
}

.buttonsAndContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rightArrow {
    text-align: right;
    margin-right: 1em;
}

.leftArrow {
    text-align: left;
    margin-left: 1em;
}

.sideArrows p {
    font-size: 1.5em;
    /* color: red; */
}

.contactContent {
    margin-top: 10%;
    margin-bottom: 10%;
}

.portImg {
    width: 10em;
    height: 10em;
}

.portCard {
    margin: 1em;
    padding-top: 5px;
}

.btn {
    margin: 4px;
}

.contactLink {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #336699;
}

.links-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.links-bar > * {
    margin: 1em;
}

.footer-bar {
    margin-top: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}