@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400&display=swap");
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

nav, footer, header, aside {
  display: block; }

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

input, button, textarea {
  font-family: inherit; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit; }

/*--------------------*/

body {
  background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(125,185,232,1) 100%);
}

.wrapper {
}

.header {
  font-family: 'Kablammo', cursive;
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}

.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.button {
  width: 150px;
  height: 50px;
  background-color: #8e1010e7;
  margin: 100px 0 0 0;
  transition: all 2s ease 0s;
  font-family: 'Libre Baskerville', serif;
  font-size: 18px;
  color: #fff;
  border-radius: 5%;
  cursor: pointer;
}
.button:hover {
  background-color: #3c8c11de;
}

.created-name {
  margin: 100px 0 0 0;
  text-align: center;
  font-family: 'Kablammo', cursive;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color:#df85d6;
  width: 300px;
  height: 100px;
  border: 2px solid #ebeb80;
}

/*--------------------*/

[class*="_container"] {
  margin: 0 10%;
}
