body {
    margin:0;
    font-family: sans-serif;
}
.column-row-1 {
    display: flex;
    flex-direction: column;
    padding: 25px;
    align-items: center;
    background: rgb(36, 36, 36);
    color: white;
    font-size: 24px;
}
.width {
    max-width: 340px;
}
.width-title {
    margin-bottom: 25px;
}
.column-row-2 {
    display: flex;
    flex-direction: column;
    padding: 0;
    align-items: center;
    background: rgb(29, 29, 29);
    color: white;
    height: 100%;
    width: 100%;
    position: fixed;
}
.end-text div {
    font-size: 12px;
    margin-top: 25px;
    color: rgb(88, 88, 88);
}
.nav {
    padding: 15px;
    background: rgb(15, 15, 15);
    display: flex;
    justify-content: space-between;
}
.nav-home {
    font-size: 20px;
    color: rgb(255, 255, 255);
    text-decoration: none;
}
.nav-links {
    padding: 0 15px;
    font-size: 20px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
