body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;    
    padding: 0px;
    margin: 0;
    font-size: 14pt;
    display: flex;
    flex-direction: column;    
    justify-content: start;
    align-items: center;
    height: 100vh;
    width: 100vw;
    background-color: #595959;
    color:rgb(226, 226, 226)
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

header {
    background-color: #333;
    color: white;
    padding: 20px;
}

h1 {
    font-family: 'Londrina Solid', cursive;
    font-size: 90pt;
    color: #dadada;
    margin-top: 20pt;
    margin-bottom: 0pt;
    line-height: 75%;
}

h2 {
    font-family: 'Londrina Solid', cursive;
    font-size: 24pt;
    color: #dadada;
    margin-top: 50px;
    margin-bottom: 0;
}

#topbox {
    width: 100vw;    
    background-color: #a5eea4;
    display: flex;
    flex-direction: column; 
    align-items: center;
    justify-content: start;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    padding-top: 15px;
    color:#4a8941;
}


#topbox:hover {
    background-color: #c7e7ff;
    /*background-color: #c8ffc7;*/
}

#topbox:hover div {
    color: #3c799f;
}

#sizer {
    height: 20px;
}

#betamessage {
    font-family: "Roboto", sans-serif;
    font-weight:bolder;
    font-size: 30pt;
    padding-left: 20pt;
    padding-right: 20pt;
    color:#4a8941;
    text-decoration: none;
}
/*
#betamessage:hover {
    text-decoration:none;
    color: #62799e; 
}
*/

#betawarning {
    font-family: "Roboto", sans-serif;
    font-weight:bolder;
    font-size: 15pt;
    padding-left: 20pt;
    padding-right: 20pt;
}

#buynowbox {
    border: 8px solid #a5eea4;
    padding: 10px;          /* Space between content and border */
    margin: 20px;           /* Space outside the border */
    border-radius: 10px;     /* Rounded corners */
    background-color: #a5eea4;
    color:#4a8941;
    font-weight:bolder;
    font-size: 15pt;
    font-size: 24pt;
}

#buynowbox:hover {
    background-color: #c7e7ff;
    border: 8px solid #c7e7ff;
    text-decoration:none;
    color: #3c799f;
}

#comingsoonmessage {
    font-family: 'Londrina Solid', cursive;
    font-size: 32pt;
    color: #dadada;
    margin-top: 2em;
}


#friendosubtitle {
    font-family: "Roboto", sans-serif;
    font-weight:bolder;
    font-size: 20pt;
    padding: 0;
    margin: 0;
}

.special_bold {
    font-family: 'Londrina Solid', cursive;
    font-size: 150%;
    line-height: .66667; /* 1/150% so line height doesn't change */    
}

a {
    color: #6fadfe;
    text-decoration: none;
}

a:hover {
    text-decoration:none;
    color: #acccff; /* Darker blue on hover */
}

#gpu-info {
    border: 8px solid #afafaf;
    padding: 10px;          /* Space between content and border */
    margin: 20px;           /* Space outside the border */
    border-radius: 10px;     /* Rounded corners */
    background-color: #c4c4c4; /* Light grey background */
    color:rgb(85, 85, 85);    
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline;
    margin-right: 10px;
}

nav ul li a {
    color: white;
    text-decoration: none;
}

main {
    padding: 0px;
}

footer {
    background-color: #333;
    color: white;
    padding: 10px;
    text-align: center;
}

.container {
    width: 100%;
    max-width: 800px; /* Maximum width for the column */
    margin: 0 auto; /* Center the container horizontally */
    padding: 20px; /* Optional padding for better readability */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;    
    justify-content: start;
    align-items: center;
}

#bottomlinks {
    padding-top: 0;
    padding-bottom: 15px;
}

ul li {
    margin-bottom: 4pt;
}

.social-icon {
    margin: 0 12pt;
}

#windowswarningimage {

    margin-right: 16px;
}

#ownersmanuallink {

    font-family: 'Londrina Solid', cursive;
    font-size: 36pt;
    margin: 0px;
    padding: 0px;
    line-height: normal;
    align-items: center;    
}

#ownsersmanualimage {

    margin: 0px;
    padding: 0px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

#ownersmanualtitle {

    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

#introvideo {

    border-radius: 10px;
    overflow: hidden;
}

#screenshot1 {

    border-radius: 10px;
    overflow: hidden;
}

/* test comment */
