/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28. 11. 2022, 10:49:05
    Author     : vasiliakm
*/

.flag{
    width: 35%;
    margin: 5px;
}

.chart{
    position: relative;
    height:50vh;
}

@media screen and (max-width:768px){
  .display-3{
     font-size: 35px;
  }    
  
  .weather{
     height: 1050px !important;
  }   
}