@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap"); * { margin: 0px; padding: 0px; box-sizing: border-box; } body { background-color: #262626; } main > article > section > img { width: 150px; } main > article { display: flex; flex-wrap: wrap ; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } main > article > section.informations { width: 363px; color: #ffffff; padding: 13px 13px 13px 13px; font-weight: bolder; text-align: center; font-family: "Roboto", sans-serif; } main > article > section.informations > h2 { margin-bottom: 10px; } main > article > section.informations > p { font-weight: lighter; text-align: left; margin-left: 10px; }