
<html>

<head>
    <title>Coming Soon</title>

    <style>
        body{
            background: rgb(39,43,75);
            background: linear-gradient(225deg, rgba(39,43,75,1) 30%, rgba(39,43,75,1) 48%, rgba(107,96,152,1) 79%);
            font-family: 'Ubuntu', sans-serif;
            color: #ffffff;
            text-align: center;
            padding: 60px;
        }
        
    </style>

    <link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@400&display=swap" rel="stylesheet">

</head>

<body>
    <h1>Coming Soon</h1>

</body>

</html>

