.margin {
    margin-left: 100px;
    font-family: "Roboto Light";
}

.imgText {
    display: flex;
    align-items: center;
    gap: 10px;
}

h1 {
    text-align: center;
    font-family: "Roboto Light";
}

img {
    margin-left: 300px;
}

body{
    background: #f1e6e4;
}

hr{
    background-color: #cd2525;
    height: 2px;
    margin-right: 100px;
}

#linkElement{
    color: #cd2525;
    font-style: oblique;
}
