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

.main {
    position: relative;
    flex: 5;
    display: flex;
    flex-direction: column;
    align-self: center; 
    margin-left: 20px; 
    overflow: none; 
    border: 5px solid #ff5ac4;
    height: 99vh;
    background-color: #130330;
}


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

.linksleft {
    display: flex;
    height: 95vh;
    flex: .5;
    flex-direction: column;
    justify-content:space-evenly;
    align-items: start;
    padding-left: 25px;
    margin-top: 10px;  
}

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

}


.link h3 {
 
 margin-top: -54px;
 margin-left: 65px;

 color: #ff5ac4; 
}

.linkimg {
    
    width: 55px;
    
    
}



.link:hover {
    scale: 1.15;
    transition-duration: .7;

    
    
}

.link:hover h3{
    
    color:#FFC930;
    
}



