body {
    width: 98;
    height: 99vh;
    margin: 0px 0px 0px 0px;
    overflow-y: hidden; /* Hide vertical scrollbar */
    overflow-x: hidden;
    background-color: black;
}

#page {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#logos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    /* align-items: center; */
}

#first_row {
    display: flex;
    height: 80px;
    margin-right: 30%;
    justify-content: right;
}
#first_row > img {
    /* border: 1px solid red; */
    width: 100px;
}


#second_row{
    display: flex;
    height: 300px;
    margin-right: 30%;
    justify-content: right;
}

#third_row{
    display: flex;
    margin-right: 30%;
    justify-content: right;
    align-items: center;
}

#third_row > img {
    /* border: 2px solid pink; */
    /* height: 50px; */
    /* margin: 1px; */
}

#linkedin_logo{
    margin-left: 5px;
    color: white;
    /* border: 1px solid orange; */
}
