/*
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 : Jun 18, 2024, 12:20:32 PM
    Author     : aj
*/


/*-----------Design-------------*/
.Placement{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    
    width: 500px;
    height: 300px;
    font-family: fantasy;
    font-size: 20px;
    
}

/*-------DEFAULT-------------*/
h3{
    position:relative;
    left: 45%;
    text-decoration: underline;
    font-size: 30px;
}

#Scenarios1 {
    position: relative;
        width: 1200px;
        height: 1500px;
        border: 20px solid black;
   margin-top: 20px;
        left: 12%;
  
}

#Scenarios2 {
    position: relative;
        width: 1200px;
        height: 1400px;
        border: 20px solid black;
   margin-top: 20px;
        left: 12%;
  
}

#Scenarios1 > * {
    position: absolute;
    top:100%;
    
}

#Scenarios2 > * {
    position: absolute;
    top:100%;
    
}

#Title{
    font-size: 20px;
    top: 0%;
    left: 42%;
    
}


