:root {
    --accent: #5b005c ;
    --accent_rgb: 91, 0, 92;
    --sub-accent: #0077b6;
    --sub-accent_rgb: 0, 119, 182;
    --color-1: #203354;
    --color-2: rgba(255, 255, 255, 0.712);
}

html {
    font-size: 62.5%
}

body {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 14px
}

img {
    max-width: 100%;
    vertical-align: top
}

a {
    text-decoration: none;
    border: none;
    outline: none
}

/* ------------------------------ */

a:focus, a:hover, a:active {
    outline: 0;
}

/* Icons */

/* instagram logo : */

.outer {
    margin: 0 auto;
    background-image: url(../img/icons.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    backdrop-filter: blur(3px);
    background-color: rgba(255,255,255,0.75);
    height: 100vh;
}

.img_container {
    margin-top: 115px;
    margin-bottom: 49px;
    width: 55%;
}

.elements_container {
    width: 80%;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.elements_container span {
    background-color: white;
    display: flex;
    align-items: center;
    border-radius: 7px;
    width: 45px;
    height: 45px;
}

.elements_container svg {
    width: 25px;
    height: 25px;
    padding: 12px;
}

.elements_container path {
    color: #2656b7;
}

.elements_container a {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0px 15px;
    border-radius: 7px;
    font-size: 13px;
    color: var(--color-1);
}