body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}



.modal {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  background: #f6f8f9;
}

.modal__dialog{
    position: relative;
    padding: 5% 5% 20px 5%;
    margin: auto;
    border-radius: 4px;
    background-color: #fff;
    opacity: 1;
    border-radius: 8px;
    box-shadow: 0 5px 20px 0 rgba(21, 7, 38, 0.08);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.button {
  display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
    cursor: pointer;
     
    vertical-align: middle;
    padding: 12px 28px;
    border-radius: 4px;
    height: 48px;
    outline: none;
    background-color: #5925dc;
    border: 1px solid transparent;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    margin-top: 10%;
}



.wrap {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    margin: 0 auto;
    width: 1000px;
}
.logo {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    text-align: center;
    margin-top: 200px;
}
.logo p {
    text-align: center;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: #272727;
    font-size: 60px;
    margin-top: 1px;
}

