@media screen and (min-width: 900px) {

	.main-div {
        
        margin: 100px 0px 70px;
        
    }
	
	#central-body {
        
        margin: 70px 60px 0px;
        
    }
	
	#logo-image {
		
		width: 227px;
		height: 70px;
		
	}
	
	#countdown {
	    
	    margin-top: 25vh;
	    font-size: 100px;
	    
	}
	
	#underneath-the-countdown {
	    
	    margin-top: 8vh;
	    font-size: 40px;
	    
	}
    
    .about-line {
        
        height: 40px;
        
        font-size: 50px;
        line-height: 30px;
        
        margin-bottom: 80px;
        
    }
    
    .chalk-profile {
        
        height:300px;
        
        margin-bottom:80px;
        
    }
    
    .chalk-profile-name, .subname {
        
        width: 240px;
        
    }
    
    .chalk-profile-column-2 {
        
        min-height: 333px;
        
        display: flex !important;
        justify-content: center;
        align-items: center;
        
    }
    
    .chalk-profile-text {
     
        font-size: 12px;
        
    }
    
    .chalk-profile-pic {
    
        height: 250px;
        width: 250px;
        
    }
    
    .list-item {
        
        margin-bottom: 20px;
        
    }
    
    .list-container {
        
        padding-top: 30px;
        
    }
    
    .list-item-book {
      
      font-size: 24px;
      font-weight: bold;
      
      right: 51%;
      position: absolute;
      display: inline-block;
      
    }
  
    .list-item-author {
      
      font-size: 12px;
      line-height: 40px;
      
      left: 51%;
      position: absolute;
      display: inline-block;
      
    }
    
    .list-item-line {
        
        display:inline-block;
        margin-top:30px;
        position:relative;
        
    }
    
    .list-item-book-winner {
      
      font-size: 96px;
      font-weight: bold;
      
      right: 51%;
      position: absolute;
      display: inline-block;
      
    }
  
    .list-item-author-winner {
      
      font-size: 48px;
      line-height: 180px;
      
      left: 51%;
      position: absolute;
      display: inline-block;
      
    }
    
    .list-item-line-winner {
        
        display:inline-block;
        margin-top:30px;
        position:relative;
        
    }
    
    #longlist-header, #shortlist-header {
   
     font-size: 20px;
      
    }
    
}