﻿.network {
    height: 800px;
    width: 400px;
    overflow: auto;
    margin: 10px 0;
}

.network-container {
    width: 40%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.network-title {
    margin: 0;
    text-align: center;
}
