body {
    --bg-blue: rgb(6, 39, 70);
    background-color:var(--bg-blue);
    padding: 10px 20px;
    font-family: 'Prompt', sans-serif;
    --color-dark: #444;
    --color-grey: #999;
    --color-light-grey: #CCC;
}

.main-container {
    max-width: 500px;
    margin: auto;
    margin-top: 110px;
}

.head-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.head-logo [bg] {
    width: 20%;
}

.head-logo [logo] {
    width: 100%;
    padding-bottom: 100%;
    background-image: url("./RTX-LOGO/RTX-10.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-color: white;
}

h1 {
    color: white;
    text-justify: center;
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 0;
}

h2 {
    color: white;
    text-justify: center;
    text-align: center;
    font-size: 1rem;
    font-weight: normal;
    margin-top: 0;   
}

.head-options [buttons] {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.head-options [buttons] a {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

a[button] {
    background-color: #1E9738;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none !important;
}

ion-icon {
    color: white
}

.add-contact {
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.add-contact [button] {
    padding: 6px 20px;
    border-radius: 40px;
    width: fit-content;
    font-size: smaller;
}

.add-contact ion-icon {
    margin-right: 8px;
}

.details{
    display: flex;
    padding: 20px 0;
    gap:8px;
    flex-direction: column;
}

.details-item{
    background-color: white;
    color:var(--color-dark);
    border-radius: 5px;
    padding: 15px;
    font-size: 0.8rem;
    text-align: center;
    font-weight: 300;
}

hr[light]{
    background-color: var(--color-light-grey);
    height: 1px;
    border:none;
}


a[icon-item] {
    display: flex;
    flex-direction: row;;
    text-decoration: none !important;
    color: var(--color-dark);
}
a[icon-item] [icon]{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    font-size: 1.5rem;
    flex-shrink: 0;
}
a[icon-item] [icon] ion-icon{
    color: var(--color-dark) ;
}

a[icon-item] [data] p{
    text-align: left;
    font-size: 0.8rem;
    font-weight: 500;
    margin: 0;
}

a[icon-item] [data] h3{
    text-align:  left;;
    font-size: 0.7rem;
    font-weight: 400;
    color: var(--color-grey);
    margin: 0;
}
