/*
Theme Name: Studiowide Blank
Theme URI: https://www.studiowide.co.uk/
Description: Completely empty
Version: 1.0
Text Domain: sw
Author: Studiowide
Author URI: https://www.studiowide.co.uk/
*/

:root {
  --primary: #D8FF36;
}

body {
  background-color: #1B252E;
  font-family: "Epilogue", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 80vh;
}

.logo {
  text-align: center;
}

.logo img {
  max-width: 300px;
  height: auto;
}

.title {
  text-align: center;
  color: #ffffff;
}

.website-link {
  text-align: center;
}

.website-link a {
  color: #ffffff;
}

.website-link a:hover {
  color: var(--primary);
}