
* {
    text-decoration: none;
}
.title-container {
    text-decoration: none;
    gap: 25px;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    
}
.title-container a {

}
.title-container i {
    color: white;
    font-size: 25px;
}

main {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    width: 100%;
    height: auto;
}

.profile-picker-container {
    align-items: center;
    justify-content: center;
    width: 85%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.profile-icon {
    border-radius: 50%;
    height: 111px;
    width: 111px;
    background-image: url("https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fmedia.distractify.com%2Fbrand-img%2FsRLDHzhim%2F1440x753%2Fnoel-deyzelhospital-1-1686241891114.jpg&f=1&nofb=1&ipt=d7c636bc7529b9cf11e27a13de8abe6237e64a3b49e9708272b74d34cdf95482&ipo=images");
    background-size: cover;
    background-position: -50px;
    background-repeat: no-repeat;
}

.selecter {
    color: white;
    align-items: center;
    gap: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 24px;
    width: 100%;
    height: 30px;

}

.select-one {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.selecter .arrows {
    font-size: 15px;
}

.profile-icon.change {
    position: relative;
}

.profile-icon.change i {
    font-size: 35px;
    color: rgb(255, 255, 255);
    opacity: 0.5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.profile-picker-container input {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    border: 1px solid white;
    background-color: transparent;
    color: white;
    padding-left: 20px;
    font-size: 20px;
}