*{
    box-sizing: border-box;
    margin: 0;
}
body{
    background-color: rgb(162, 228, 236);
    color: white;
    font-size: 25px;
    text-shadow: 0 0 3px rgb(23, 53, 187);
}

img{
    height: 500px;
    width: 500px;
    margin-left: 1000px;
}

.container{
    display: flex;
    flex-direction: row;
}

input{
    display: flex;
    flex-direction: row;
    background-color:white;
    color: black;
    text-shadow: 0 0 3px rgb(190, 190, 190);;
    font-size: 25px;
    padding: 10px;
    font-family: 'Times New Roman', Times, serif;
    margin-left: 10px;
}

.para{
    max-width: 960px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    margin: 150px auto;
    background-color: rgb(123, 154, 172);
    border-radius: 30px;
    padding: 100px;
    box-shadow: 0 0 6px;

}

.kvadrat{
    max-width: 960px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    margin: 150px auto;
    background-color: rgb(123, 154, 172);
    border-radius: 30px;
    padding: 100px;
    box-shadow: 0 0 6px;
}

.romb{
    max-width: 960px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    margin: 150px auto;
    background-color: rgb(123, 154, 172);
    border-radius: 30px;
    padding: 100px;
    box-shadow: 0 0 6px;
}

.pravokutnik{
    max-width: 960px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    margin: 150px auto;
    background-color: rgb(123, 154, 172);
    border-radius: 30px;
    padding: 100px;
    box-shadow: 0 0 6px;
}


