body {
    background-color: #070d09;
    display: flex;
}

h1 {
    color: lightgreen;
    text-align: center;
}
h2 {
    color: white;
}

p {
    color: white;
}

div.content {
    width: 75%;
    background: #031514;
    margin: 6px;
    padding: 30px;
    border-radius: 10px;
}

div.side {
    width: 25%;
    margin: 6px;
    background: #031514;
    padding: 30px;
    border-radius: 10px;
}
