/*
h1 {
    color: red;
    background-image: url("https://img.pixers.pics/pho_wat(s3:700/FO/19/49/13/14/9/700_FO194913149_0cd6d68e0802044cc93e868b27b544d8,700,642,cms:2018/10/5bd1b6b8d04b8_220x50-watermark.png,over,480,592,jpg)/wall-murals-aurora-northern-lights-in-lofoten-islands-norway-sky-with-polar-lights-stars-night-winter-landscape-with-aurora-sea-with-sky-reflection-stones-sandy-beach-and-mountains-green-aurora-borealis.jpg.jpg");
    font-size: 99px;
    font-weight: 900;
    border: 10px solid red;
    border-radius: 20px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    background-size: cover;
} 
p {
    color: white;
    background-color: rgb(12, 61, 17);
    font-size: 25px;
    font-weight: bolder;
} */
h2 {
    width: 100px;
    height: 100px;
    background-color: darkblue;
    border-radius: 50%;
}
h3 {
    text-align: end;
}
/*
div {
    font-size: 50px;
    font-weight: 500;
    
}
*/
.first {
    font-size: 30px;
    color: red;
    border: 3px solid green;
}
#second {
    font-size: 50px;
    color: darkgoldenrod;
    border: 5px solid red;
}
.text {
    font-size: 30px;
    color: darkorange;
}
.span {
    font-size: 15px;
    color: red;
}