* {
    font-family: 'Courier New', Courier, monospace;
}

body {
    background-color: rgb(29, 56, 112);
}

.main {
    margin: 1px auto 1px auto;
    justify-content: center;
    height: 700px;
    width: 550px;
}

.one {
    text-align: center;
    padding: 5px;
    border: rgb(167, 87, 33) double 3px;
    background-color: rgb(245, 217, 165);
    height: 500px;
    width: 550px;
}

.two {
    padding: 5px;
    border: rgb(167, 87, 33) double 3px;
    background-color: rgb(245, 217, 165);
    height: 500px;
    width: 550px;
}

.two div {
border: rgb(167, 87, 33) double 3px;
background-color: rgb(156, 140, 90);
height: 200px;
}

.name {
 font-size: 1.1em;
background-color: rgba(0, 0, 0, 0.459);
color:rgb(255, 235, 52);
text-shadow: 1px 1px 5px black;
}

.mugshot {
    width: 80px;
    float: left;
}