/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : 16 Feb. 2026, 11:38:52 pm
    Author     : root
*/

.mainbox{
 width:  800px;
 margin:  0px auto;  
    
}

.leanleft{
transform: rotate(340deg);
float: left; /* Image floats to the left, text wraps on the right */
  margin-right: 40px;
}

.biggerlist{
  font-size: 1.5em;    
}

.leanright{
transform: rotate(20deg);
float: right; /* Image floats to the left, text wraps on the right */
  margin-left: 40px;

}

footer {
    position:  fixed ;
    bottom: 2vw;
    right: 2vw;
    font-weight:  lighter;
}

h2{
  font-weight:  lighter;
 
}

h1{
  font-weight:  lighter;  
  margin:  0px auto; 
  text-align:  center;
}