html {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    background-color: black;
    line-height: 1.7;
}

.box1 {
    padding: 30px;
    margin: 0 auto;
    width: 40%;
    color: white;
}

.box2 {
    text-align: center;
    margin-bottom: 50px;
}

.box3 {
    border: 2px solid white;
    border-radius: 10px;
    padding: 10%;
    background-color: white;
    color: black;
}

h1 {
    font-size: 50px;
    font-weight: bold;
}

.name1 {
    font-weight:bold;
    font-size:20px;
    color: #6c8a47;
}

h2 {
    text-indent: -0.5em;
}

.name2 {
    color: #6c8a47;
    font-weight: 700;
}

.divider {
    width: 100%;
    height: 1px;
    background-color: #6c8a47;
    margin: 50px auto;
}