    #texta{
    
    position:absolute;

    bottom:2.5vw;
    left:2vw;
    
    width:auto;
    height:auto;
    
    color:rgb(255,200,0);
	color:rgb(100,100,100);
    
    padding-top:2vh;
    
    font-family: FromGround-Rocky;
    font-size: 16vh;
    text-align: center;
    line-height: 0.7;
    

    
}

#textb{
    
    position:absolute;

    bottom:2.5vw;
    right:2vw;
    
    width:auto;
    height:auto;
    
    color:rgb(255,200,0);
	color:rgb(100,100,100);
    
    padding-top:2vh;
    
    font-family: FromGround-Rocky;
    font-size: 16vh;
    text-align: center;
    line-height: 0.7;
    

    
}

#textbig{
    
    position:absolute;
    width:auto;
    height:100%;
    
    bottom:5vh;
    left:-25vw;
    
    vertical-align: middle;
    text-align: center;
    
    font-family: FromGround-Rocky;
    font-size: 90vh;
    line-height: 0.5;

    
}

.info{
    
    position: absolute;
  
    width:calc(100% - 25px);
    height:100%;
    top:0;
    left:25px;
    
    color:black;
    
    background-color:blueviolet;
	background-color:ghostwhite;
    
    
}

.CV{
    
    position: relative;
    float: left;
    
    width: calc(98% - 20vw);
    height: 100%;
    
    overflow: hidden;
    
}

.col{
    
    position: relative;
    float: left;
    width:38%;
    height:calc(100% - 10px);
    padding:1%;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: scroll;
    
    
}
    
    .col a{
        
        text-decoration: underline;
        
    }
    .col a:hover{
        
        color:violet;
        
    }
#co4{
    
    width:calc(20vw - 25px - 2%);
    
}

#co3{
    
    width:17%;
}

#year{
    
    color:yellow;
	color:rgb(100,100,100);
    color:purple;
    font-family: athelas, serif;
    font-weight: 400;
    font-style: italic;
    
    
}

#brackets{
    
    font-family: athelas, serif;
    font-weight: 400;
    font-style: italic;
    color:yellow;
	color:purple;
    }