@media screen and (max-width:599px) {
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
    background-color: rgb(31, 25, 59);
}

#links {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    color: white;
    font-size: 20px;
}

#links article {
    text-align: center;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 20px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#buttons {
    grid-row: 5;
    grid-column: 1;
    text-align: center;
}

#buttons input{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    margin: 10px;
    color: white;
    border: white solid 3px;
    font-size: 20px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: rgb(20, 16, 39);
}

#Video {
    margin-top: 5px;
}

#Video iframe {
    grid-row: 1;
    grid-column: 1;
    height: 150%;
    width: 100%;
    margin-bottom: 15px;
    color: white;
    background-color: rgb(255, 255, 255);
}
}

@media screen and (min-width:600px){html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
    background-color: rgb(31, 25, 59);
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 515px 100px 200px 1.5fr 100px;
    width: 1280px;
    margin: auto;
}

#Video {
    margin-top: 5px;
}

#Video iframe {
    grid-row: 1;
    grid-column: 1;
    height: 100%;
    margin-bottom: 15px;
    color: white;
    background-color: rgb(255, 255, 255);
}

#Video p{
    text-align: center;
    grid-row: 1;
    grid-column: 1;
    margin: auto;
    height: 500px;
    width: 1280px;
    color: white;
    background-color: rgb(20, 16, 39);
    border: white 2px solid;
}

#links {
    grid-row: 2;
    grid-column: 1;
    margin: auto;
    display: flex;
    color: white;
    font-size: 20px;
}

#links article {
    text-align: center;
    margin: 30px;
    margin-left: 60px;
    margin-right: 60px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#lonk {
    margin-top: 10px;
    font-size: 20px;
    height: 40px
}

#gogglonk {
    margin-top: 10px;
    font-size: 20px;
    height: 40px
}

#buttons {
    grid-row: 5;
    grid-column: 1;
    text-align: center;
}

#buttons input{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
    margin: 10px;
    color: white;
    border: white solid 3px;
    font-size: 20px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: rgb(20, 16, 39);
}
}