.container {
    display: flex;
    flex-direction: row;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

a {
    text-decoration: none; 
}

.urHere {
    align-self: center; 
    margin-bottom: -5px;
}

.main {
    position: relative;
    flex: 5;
    display: flex;
    flex-direction: column;
    align-self: center;   
    overflow: none; 
    border: 5px solid #541ebb;
    height: 99vh;
    background-color: #190330;
}

.mainTop{
    height: 60px;
    margin: 0;
    margin-top: 35px;
    padding: 0;    
}

.content {
    justify-self: end;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: none;
}

.linksleft {
    display: flex;
    height: 87vh;
    flex: 1;
    flex-direction: column;
    justify-content:space-around;
    align-items: flex-start;
    margin-left: 12px;
    margin-top: 20px;
    padding: 0 10px;
}

.link h2 {
 position: relative; 
 margin-top: -33px;
 margin-left: 60px;
 color: #FFC930;  
}

.linkimg {
    width: 70px;
}

.link:hover {
    scale: 1.2;
    transition-duration: .75;  
}

.link:hover h2{ 
    color:#ff5ac4; 
}



