body {
    background-color: #222;
    color: white;
}

h1, p {
    margin-top: 0;
    margin-bottom: 2px;
}

a {
    color: white;
}

#page {
    width: calc(100% - 1px);
    height: 700px;

    position: relative;
}

.parag {
    width: 100%;

    height: auto;
    text-align: center;
    position: absolute;
    top: 30%;
}

.white-bar {
    width: 300px;
    height: 3px;
    margin: 0;
    padding: 1px;
    background-color: white;

    position: absolute;
    top: 36%;
    left: calc(50% - 150px);
}

.vertical-bar {
    width: 3px; 
    height: 200px;
    position: absolute;
    top: 50%;
    left: calc(50% - 8px);
}

.main-left {
    width: 50px;
    height: auto;
    font-size: 40px;
    text-align: center;

    position: absolute;
    top: 55%;
    left: calc(50% - 110px);
}

.main-right {
    width: 200px;
    height: auto;
    font-size: 23px;
    text-align: left;

    position: absolute;
    top: 52%;
    left: calc(50% + 30px);
}


#telling-div {
    width: 90%;
    height: 250px;
    border: 10px solid rgb(85, 85, 85);
    border-radius: 20px;
    box-sizing: border-box;

    color: black;

    background-color: rgb(164, 164, 164);

    position: absolute;
    top: 5%;
    left: 5%;
    
}

.profile {
    width: 13%;
    min-width: 100px;
    height: auto;

    border-radius: 50%;
    box-shadow: 0.5px 0.5px 2px 1px rgb(0, 0, 0);
    
    position: absolute;
    top: 10%;
    left: 7%;
}

.telling{
    position: absolute;
    top: 10%;
    left: 30%;    
    font-size: 30px;
}

.row-div {
    flex-wrap: wrap;
    display: flex;

    position: absolute;
    top: 42%;
    left: 5%;

    width: 90%;
    height: auto;

}

.information {
    text-align: center;
    flex: 1 1 0;
    margin: 0 10px;
    width: 280px;
    height: 400px;
    position: relative;
}

.information h1, li {
    margin-top: 30px;
}

.information ul{
    padding-left: 15px;
}