
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: 'Marmelad', sans-serif;
    font-size: 20px;
    color: #f8fff7;
}

body {

    line-height: 1
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

nav ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none
}

html, body {
	height:100%;
    background: #7126ec;
	 
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-image: linear-gradient(to bottom right,  #7126ec,rgb(166, 118, 255));
}

body {
    font: normal 75% Arial, Helvetica, sans-serif;
	 background-image: linear-gradient(to bottom right,  #7126ec,rgb(166, 118, 255));
}



.logo {
    font-family: 'Lobster', cursive;
    font-size: 50px;
    padding: 20px 0;
    text-align: center;
}

.content {
    padding: 10px;
    text-align: center;
}

.writer {
    margin-top: 50px;
    font-size: 40px;
}

.Typewriter__wrapper, .Typewriter__cursor {
    font-size: 40px;
}

.memo {
    margin-top: 30px;
    line-height: 40px;
    font-size: 25px;
    font-family: 'Arsenal', sans-serif;
}

.btn a:link{
    color: mediumblue;
    text-decoration: none;
    background-color: #f8fff7;
    padding: 10px;
}

.price a:link , .price a:visited {
    background-color: #a17fec;
    color: white;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 30px;
    margin-left: 15px;
}

.price a:hover, .price a:active {
    background-color: #9771ec;
}
a:link, a:visited {
    background-color: #f8fff7;
    color: #626ded;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 30px;
    margin-left: 15px;
}


a:hover, a:active {
    background-color: #a17fec;
    color: white;
}