ÿþ<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>71>@ =0 @J:>2>4AB2></title> <style media="screen"> body { margin: 0; padding: 0; background-color: #EEEEEE; } .flexContainer { display: flex; height: 100vh; justify-content: center; align-items: center; flex-direction: column; } .header { width: 100%; background: #003A51; height: 60px; } .header .logo { padding-left: 15px; height: 60px; } .container { flex-grow: 1; display: flex; justify-content: center; align-items: center; flex-direction: column; } .card { width: 500px; display: Flex; flex-direction: column; background: #FFFFFF; box-shadow: 0 14px 28px 0 rgba(0, 0, 0, 0.25), 0 10px 10px 0 rgba(0, 0, 0, 0.22); padding: 20px; border-radius: 5px; } .card h1 { font-size: 24px; text-align: center; font-family: "Arial", sans-serif; margin-top: 10px; color: rgba(0, 0, 0, 0.8); } .card a.button { border-radius: 3px; height: 48px; display: Flex; text-decoration: none; font-family: "Arial", sans-serif; font-weight: bold; text-transform: uppercase; font-size: 18px; color: rgba(0, 0, 0, 0.6); align-items: center; justify-content: center; padding: 0 10px; border: 1px solid #B2B2B2; margin: 5px; border-radius: 4px; position: relative; box-sizing: border-box; transition: all 100ms; max-width: 100%; } .card a.button:not(:last-child) { margin-bottom: 10px; } .card a.button:hover { box-shadow: inset 0 -2px #E6E6E6, inset 0 -3px #B2B2B2; cursor: pointer; } </style> </head> <body> <div class="flexContainer"> <div class="header"> <a href="https://eop.bg"> <img class="logo" src="logo.png" /> </a> </div> <div class="container"> <div class="card"> <h1>715@5B5 @J:>2>4AB2>:</h1><a class="button" href="buyer/index.htm"><i class="icon"></i><span>J7;>68B5; / J7;030I >@30=</span></a><a class="button" href="supplier/index.htm"><i class="icon"></i><span>!B>?0=A:8 AC15:B</span></a> </div> </div> </div> </body> </html>