*,
html {
    margin: 0;
    padding: 0;
}

body {
    background-color: #5983cb;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}

:root {
    scrollbar-color: #E8B5E1 #fff !important;
    scrollbar-width: thin !important;
}

p {
    font-size: 1.2rem;
    color: #fff;
    margin: 1em;
    text-align: justify;
}

blockquote {
    font-size: 1.2rem;
    color: #E8B5E1;
    margin: 1em;
    text-align: justify;
    border-left: 3px solid #E8B5E1;
    border-right: 3px solid #E8B5E1;
    padding: 0px 20px 0px 20px;
}

h1 {
    font-size: 1.4rem;
    /*color: #FF3333;*/
    color: #fff;
    text-transform: uppercase;
    /*border-bottom: 1px solid #82ca58;*/
    margin-left: 20px;
    margin-right: 20px;
    line-height: 2em;
    margin-bottom: 20px;
}

h2{
    font-size: 3rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
 .center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
}

.plava {
    color: #99CCFF;
}

.zelena {
    color: #CCFF99;
}

.crvena {
    color: #FF5C5C;
}

a:link {
    /*    color: #FF9999;*/
    color: #E8B5E1;
    text-decoration: none;
    font-weight: bold;
    font-size: inherit;
}

a:visited {
    color: #E8B5E1;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #e8cdcd;
    font-size: inherit;
}

a:active {
    color: #B06363;
}

.main {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

.img-circle {
    width: 100%;
    max-width: 200px;
    height: auto;
    border-radius: 50%;
    border: 2px solid #fff;
    float: left;
    shape-outside: circle();
    margin-right: 15px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 97%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 1281px) {
/*
    body {
        background-position: bottom right;
        overflow: hidden;
    }

    .container {
        width: 50vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.2);
        border: 2px solid #111;
        margin-left: 5px;
        overflow-y: auto;
    }


    ::-webkit-scrollbar {
        width: 10px;
    }


    ::-webkit-scrollbar-track {
        background: #333;
    }


    ::-webkit-scrollbar-thumb {
        background: #FF5C5C;
    }


    ::-webkit-scrollbar-thumb:hover {
        background: #fff;
    }
*/
}

@media (min-width: 1025px) and (max-width: 1280px) {
    /*
    body {
        background-position: center;
        overflow: hidden;
    }

    .container {
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.2);
        border: none;
    }

    ::-webkit-scrollbar {
        width: 10px;
    }


    ::-webkit-scrollbar-track {
        background: #333;
    }


    ::-webkit-scrollbar-thumb {
        background: #FF5C5C;
    }


    ::-webkit-scrollbar-thumb:hover {
        background: #fff;
    }
*/
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    /*
    body {
        background-position: center;
        overflow: auto;
    }

    .container {
        width: 100vw;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        border: none;
    }

    .img-circle {
        width: 100%;
        max-width: 150px;
        height: auto;
        border-radius: 50%;
        border: 3px solid #CCFF99;
        float: left;
        shape-outside: circle();
        margin-right: 15px;
    }
    */
}

@media (min-width: 320px) and (max-width: 767px) {
    /*
    body {
        background-position: center;
        overflow: auto;
    }

    h1 {
        font-size: 1.2rem;
    }

    p {
        font-size: 1rem;
    }

    blockquote {
        font-size: 1rem;
    }

    .container {
        width: 100vw;
        height: 100%;
        background: rgba(0, 0, 0, 0.1);
        border: none;
    }

    .img-circle {
        width: 100%;
        max-width: 100px;
        height: auto;
        border-radius: 50%;
        border: 3px solid #CCFF99;
        float: left;
        shape-outside: circle();
        margin-right: 15px;
    }
    */
}