@viewport {
    max-zoom: 0.8; 
  }

.Links {
    display:flex;
    flex-direction:column;
    width: 100px;
    margin-left: 0px;
    columns: 50px;
    border-right-width:1px;
    border-right-style:solid;
    border-right-color:gray;
    background-color: white;
    border-top-width:1px;
    border-top-style:solid;
    border-top-color:white;
    z-index: 101;
}

.header {
    display:flex;
    flex-direction:row;
    align-items: center;
    justify-content: space-between;
    width:100%;
    margin-top: 0px;
    margin-left: 101px;
    margin-right: 0px;
    position:fixed;
    background-color:white;
    border-bottom-width:1px;
    border-bottom-style:solid;
    border-bottom-color:gray;
    padding: 0%;
    z-index: 100;
}

.left-section {
    display:flex;
    flex-direction:row;
    width:20%;
}

.middle-section {
    display:flex;
    flex-direction: row;
    width:30%;
}

.right-section {
    width:20%;
    display: flex;
    flex-direction: row-reverse;
}

.header-link-button {
    height:100%;
    width:150px;
}

.header-link-button-div {
    width:100px;
    height:100%;
}

.header-link-button .header-link-tip {
    background-color: black;
    color:white;
    padding-left: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 4px;
    border-radius: 2px;
    position:absolute;
    z-index:10;
    opacity: 0;
    pointer-events: none;
    bottom:-10;
    width: 80px;
}

.header-link-button:hover .header-link-tip{
    opacity: 2;
    transition: opacity 0.15s;
}

.link-button .link-tip {
    background-color: black;
    color:white;
    padding-left: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 4px;
    border-radius: 2px;
    position:absolute;
    opacity: 0;
    z-index:102;
    pointer-events: none;
}

.link-button {
    position: relative;
    text-decoration: none; 
    color:black;
    z-index:0;
}

.link-button:hover .link-tip {
    opacity: 2;
    transition: opacity 0.15s;
}

.Logo {
    z-index:0;
}

.Links-link-button .link-tip {
    background-color: black;
    color:white;
    padding-left: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 4px;
    border-radius: 2px;
    position:absolute;
    opacity: 0;
    pointer-events: none;
    top:-100px;
    right: -90px;
    left:90px;
    z-index: 102;
}

.Links-link-button {
    position: relative;
    text-decoration: none; 
    color:black;
    z-index:102;
}

.Links-link-button:hover .link-tip {
    opacity: 2;
    transition: opacity 0.15s;
}




button {
    height: 150px;
    width:100px;
    background-color: transparent;
    border-width: 0px;
    border-style: none;
    border-color: none;
    border-radius: 2px;
    align-items:center;
}

button:hover {
    background-color: aliceblue;
    opacity: 0.8;
    color: black;
    cursor: pointer;
}

.Name-logo {
    font-family: Roboto, Arial;
    font-size: 18px;
}



.vid-grid {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 15px;
    column-gap: 10px;
    margin-left:110px;
    margin-top: -825px;
    margin-right: 10px;
}

.thumbnail-row {
    width: 100%;
}

.thumbnail {
    width:100%;
    border-radius: 7px;
    border-style: none;
    border-width: 0px;
}

.channel-picture {
    height: 41px;
    object-fit: contain;
    border-style: none;
    border-width:0px;
    border-radius: 20px;
    vertical-align: top;
}

.video-info {
    display:grid;
    grid-template-columns: 50px 1fr;
}

.video-preview {
    background-color:rgb(232, 232, 232);
    padding-left: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 8px;
    height: 100%;;
}

p {
    font-family: Roboto, Arial;
    color: black;
}

.linktothevideo {
    text-decoration: none;
}

.pages-div {
    align-items: center;
    justify-content: center;
    height: 150px;
    width:100px;
}

.Pages-icon {
    height: 70%;
    width: 100%;
}

.list-of-pages {
    display:flex;
    flex-direction:column;
    row-gap: 10px;
    width: 100px;
    height: 100%;
    background-color: rgb(199, 199, 199);
    padding: 5px; 
    padding-bottom:0px;
    justify-content: space-between;
}

.linktopages {
    display:flex;
    background-color: rgb(210, 210, 210);
    height: 30%;
    width:100%;
    align-items: center;
    justify-content: center;
    
}


.Pages {
    display:flex;
    flex-direction: row;
    column-gap: 2px;
    height: 145px;
}

.thelinktothepages {
    text-decoration: none;
    color: black;
}
