* {font-family: Verdana, Arial, Tahoma, sans-serif;}

body {background-image:url("WEBPozadi.jpg");
background-size: cover;}

header{
    position: absolute;
    background-color: rgba(255, 255, 255, 0);
    color: white;
    height: 20vh;
    margin-left: 5.3em;
    padding: 0;
    font-size: 40px;
 
}
header h2{
    position: absolute;
    margin-top: 20px;
}
div.bodyphone{display:none;}

div.article {
    font-family: Arial;
    color:white;
    background-color: rgba(58, 58, 58, 0.816);
    margin: auto;
    margin-top: 5vh;
    margin-bottom: 4vh;
    padding: 3em 1em 0em 3.5em;
    width: 80%;
    border-radius: 50px;
    border: 1em solid transparent;
    font-size: 20px;
}

div.girl {
    margin-top: -5em;
    margin-bottom: 10px;
    margin-right: 0.5em;
    float: right;
}

div.imgs1 {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #00000000;
    border-radius: 20px;
    font-size: 1.2em;
    padding: 0.2em;
    margin-bottom: 1em;
    padding-top: 5px;
    padding-bottom: 0.7em;
    margin: 20px;
}

div.imgs2 {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #00000000;
    border-radius: 20px;
    font-size: 1.2em;
    padding: 0.2em;
    margin-bottom: 1em;
    padding-top: 5px;
    padding-bottom: 0.7em;
    margin: 20px;
}

div.imgs3 {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #00000000;
    border-radius: 20px;
    font-size: 1.2em;
    padding: 0.2em;
    margin-bottom: 1em;
    padding-top: 5px;
    padding-bottom: 0.7em;
    margin: 20px;
}
div.art2 {
    text-align: center;
    font-family: Arial;
    color:white;
    background-color: rgba(58, 58, 58, 0.936);
    margin: auto;
    margin-top: 2vh;
    margin-bottom: 0vh;
    padding: -1em 0em 0em 0em;
    width: 90%;
    border-radius: 50px;
    border: 10px solid transparent;
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    float: center;
}

div.con2 {
    text-align: center;
    font-family: Arial;
    color:white;
    background-color: rgba(58, 58, 58, 0.816);
    margin: auto;
    margin-top: 27vh;
    margin-bottom: 5vh;
    padding: 1.6em 0em 1.6em 0em;
    width: 70%;
    border-radius: 50px;
    border: 10px solid transparent;
    font-size: 16px;
    position: relative;
    bottom: 0px;
}

div.img1 {
    margin-right: 40px;
}
div.img3 {
    margin-left: 40px;
}
div.img4 {
    margin-right: 40px;
}
div.img6 {
    margin-left: 40px;
}
div.img7 {
    margin-right: 40px;
}
div.img9 {
    margin-left: 40px;
}

@media screen and (max-width:541px)
{
    div.bodypc{display: none;}
    div.bodyphone{display: flex;}
    div.bodytab{display: none;}
    
}