body {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #333;
}

.header {
    width: 100%;
    background-color: #ff8002;
    border-radius: 200px;
}

header {
    display: flex;
    justify-content: space-around;
    padding: 20px; /* Adjust the padding as needed */
}

header a {
    text-decoration: none;
    color: #000000;
    font-size: 19px;
    transition: color 0.3s; /* Smooth transition for color change */
}

header a:hover {
    color: #ff0000; /* Change to your desired hover color */
}

.bild {
    margin-right: 300px;
    display: flex;
    justify-content: left;
    position: relative;
    margin-top: 20px; /* Adjust the margin as needed */
}

.bild img {
    display: flex;
    justify-content: flex-start;
    border-radius: 200px; /* Make it circular */
    width: 100px; /* Adjust the width as needed */
    height: 100px; /* Adjust the height as needed */
    object-fit: cover;
    border: 7px solid #d4cccc; /* Add a border if you'd like */
   margin-top: 0px;
}
p{
    font-size: 25px;
    border-radius: 200px;
    object-fit: cover;
    margin-top: 10px;
    color: #ff8002;
}
.text{
    border-radius: 200px;
    object-fit: cover; 
}
.bilda {
    margin-left:30px;
    margin-right: 0px;
    display: flex;
    justify-content: center;
   
    margin-top: 20px; /* Adjust the margin as needed */
}

.bilda img {
    display: flex;
    justify-content: center;
   
    width: 240px; /* Adjust the width as needed */
    height: 150px; /* Adjust the height as needed */
    border-radius: 100px;
    border: 7px solid #d4cccc; 
}
.code {
    display: flex;
    justify-content: center;
    text-align: center;
    color: aliceblue;
    font-size: 30px;
    margin-top: 0px;
    margin: 0px;
    margin-left: 5px;
    border: 4px solid #d4cccc;
     border-radius: 200px;

}

h1{
    color: #ff8002;
    border: 5px solid #d4cccc54;
    border-radius: 100px; 
}
.od {
    display: flex;
    justify-content: center;
    text-align: center;
    color: aliceblue;
    font-size: 30px;
    margin-top: 0px;
    margin: 0px;
    margin-left: 5px;
    border: 5px solid #d4cccc67; 
    border-radius: 200px;
}
h2{
    font-size:15px;
    margin-right: 10px;
    display: flex;
    text-align: center;
    margin-left: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 25px;
}
.bild img:hover {
    transform: scale(1.1); /* Adjust the scale factor as needed */
}
p {
    font-size: 25px;
    border-radius: 200px;
    object-fit: cover;
    margin-top: 10px;
    color: #ff8002;
    transition: color 0.3s ease-in-out; /* Smooth color transition */
}

p:hover {
    color: #ff0000;
}
