/*
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 : 8 apr 2025, 11:26:12
    Author     : frago
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@font-face{
    font-family: "Cooper Black";
    src: url('../font/cooper-black-regular.ttf') format('truetype');
    src: url('../font/cooper-black-regular.woff') format('woff');
    src: url('../font/cooper-black-regular.woff2') format('woff2');    
}

@font-face{
    font-family: "Calibri";
    src: url('../font/calibri-regular.ttf') format('truetype');
    src: url('../font/calibri-regular.woff') format('woff');
}


body{
    background-color:#fafafa ;
}

.container{
    width:100%;    
    text-align: center;
    padding-top:25vh;
    padding-bottom:25vh;
}

.title h1{
    font-family: "Cooper Black", serif;
    color:#4572c3;
    font-size:50px;
}

.content{
    margin-top:50px;
}

.content p{
    font-family:'Calibri';
    color:#4572c3;
    font-size:18px;
}

.content p a{
    color:#4572c3;
}

.content p a:hover{
    color: #000;
}