@media (min-width: 600px) {
    #votingPage{
        display: flex;
        text-align: center;
        width: 50vi;
        height: 45vi;
    }
    
    #chattingArea {
        width: 95%;
        height: 40vi;
        background-color: #A9FFF7;
        border-radius: 16px;
        margin: 1vi;
        margin-bottom: 0;
        display: inline-block;
        color: #00072D;
        box-shadow: 64px;
    }
    
    #votingArea {
        width: 50vi;
        display: flex;
        flex-wrap: wrap;
    }
    
    #votingInfo {
        width: 46vi;
        background-color: #A9FFF7;
        height: 50%;  
        border-radius: 16px;
        margin: 1vi;
        display: inline-block;
        text-align: center;
    }
    
    #waitingTime {
        width: 46vi;
        background-color: #A9FFF7;
        height: 25%;  
        border-radius: 16px;
        margin: 1vi;
        display: flex;
        padding: 2vi;;
        text-align: center;
        padding-top: 25%;
    }
    
    #results {
        width: 46vi;
        background-color: #A9FFF7;
        height: 36%;  
        border-radius: 16px;
        margin: 1vi;
        display: inline-block;
    }
    
    #controls {
        margin-top: 0vi;
        width: 46vi;
        background-color: #A9FFF7;
        height: 2.5vi;
        border-radius: 8px;
        padding: 0.5vi;
    }
    
    #userInput{
        display: inline-flex;
        width: 90%;
        border: none;
        border-radius: 4px;
        height: 1.6vi;
        margin-left: 1.4%;
    }
    #sendButton{
        background-color: white;
        border: none;
        border-radius: 4px;
        height: 1.7vi;
        width: 2.5vi;
    }
    #fileContents{
        display: block;
        height: 37vi;
        padding: 2vi;
        text-align: left;
        width: 45vi;
        border-radius: 16px;
        border: none;
        background: none;
        resize: none;
    }
    
    #votingOptions {
        margin-top: 16px;
        width: 94%;
        height: 4vi;
        border: none;
        border-radius: 12px;
        height: 3vi;
        text-align: center;
        display: flex;
        margin-left: 1.5vi;
        margin-bottom: 1.5vi;
        background-color: #00072D;
        color: white;
        font-size: 100%;
    }
    
    .option {
        background-color: #94FBAB;
        margin: 0.5vi;
        padding: 1vi;
        display: flex;
        flex: 0 0 auto;
        width: 41.3%;
        border-radius: 12px;
        
    }
    #voteBtn {
        background-color: #00072D;
        border: none;
        border-radius: 12px;
        height: 2.5vi;
        width: 93%;
        margin-left: 1.5vi;
        color: white;
        font-size: 100%;
        margin-top: 1vi;
    }
    .candidates {  
       
    }
}
