@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
body {
    margin: 0 0;
    background-color: #09161d;
    /* background-color: #0d161f; */
    /*background-color: #122936;
	background-color: #2196f3;*/
}
.wrapper {
    min-width: 280px;
    min-height: 100vh;
   justify-content: center;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    margin: auto auto;
    overflow-x: hidden;
}

header {
    padding: 20px;
    /* margin-top: 10px; */
    justify-content: space-evenly;
    margin-bottom: 30px;
}

img[alt="Petar"] {
    width: 200px;
    height: 200px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.8);
    z-index: 10;
    border-radius: 50%;
    border: 10px solid #122936;
    margin: 20px 0 0 0px;
}

.bold {
    font-weight: bold;
}

.family {
    font-family: 'Poppins', 'Roboto', sans-serif;
}

.color {
    color: #ffffff;
}

.flex {
    display: flex;
}

.mg-btm {
    margin-bottom: 20px;
}

.mg-top {
    margin-top: 20px;
}

.mg-top2 {
    margin-top: 40px;
}

.mg-btm2 {
    margin-bottom: 40px;
}

.align-items {
    align-items: center;
}

.padding {
    padding: 10px;
}

.naslov {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 55px;
    margin-right: 30px;
}

.name {
    box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.8);
    background-color: #122936;
    font-size: 48px;
    /* margin-bottom: 12px; */
    border-radius: 15px;
    z-index: 100;
    padding: 5px 30px 5px 30px;
    width: fit-content;
}

.work {
    box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.8);
    background-color: #2196f3;
    margin-top: 10px;
    font-size: 39px;
    border-radius: 15px;
    z-index: 100;
    padding: 5px 15px 5px 15px;
    width: fit-content;
}