/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Jun 25, 2022, 1:18:32 PM
    Author     : mira
*/

body {
  background-color: #ddd;
  font-size: 130%;
}
h1, h3 {
    font-size: 110%;
}
img {
    width: 80%;
}
div.logo {
    display: flex;
}
@media only screen and (min-width: 768px) and (max-width:1023px){
  
  body {
      font-size: 120%;
  }
  img {
    width: 50%;
  }
}

@media only screen and (min-width: 1024px){
  img {
    width: 100%;
  }
}