body {background:url('imagini/bg.jpg') no-repeat center center fixed;}
h1, h2, p {text-align:center;font-family:"Raleway script=latin rev=2"}
.centru {margin:auto;width:50%;padding:10px;}
.rosu {color:#950e0e}
.albastru {color:#09497a}
h1 {font-size:100px;font-weight:700;}
h2 {font-size:50px;background:#950e0e;color:#fff;padding:10px 20px;font-weight:700}
p {font-size:40px;font-family:"Raleway script=latin rev=2"}
a {text-decoration:none}
a:hover {color:#950e0e;transition:1s}

@media (max-width: 1400px) {
    body {position: fixed;
        top: 50%;
        transform: translateY(-50%);}
.centru {width:80%;}
    h1 {font-size:60px}
    h2 {font-size:40px}
    p {font-size:40px;line-height:52px}
    img {width:50%}

}

@media (max-width: 1200px) {
    body {position: fixed;
        top: 50%;
        transform: translateY(-50%);}
.centru {width:80%;}
    h1 {font-size:60px}
    h2 {font-size:40px}
    p {font-size:40px;line-height:52px}
    img {width:50%}

}

@media (max-width: 600px) {
    body {position: fixed;
        top: 50%;
        transform: translateY(-50%);}
.centru {width:80%;}
    h1 {font-size:40px}
    h2 {font-size:20px}
    p {font-size:20px;line-height:32px}
    img {width:50%}

}