body 
{
    overflow-x: hidden;
    background:#0685C9;
    font-family: "Poltawski Nowy", serif;
    margin:0px;
}

.menu 
{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;

    align-items: center;

    background: #712C3E;
    height:5vh;
    width:100vw;
}

.menu a 
{
    font-size: 125%;
    color: #ffffff;
    text-decoration: none;
}

.menu .desc
{
  background: linear-gradient(180deg, #7FA1FF, #2EFCFF, #8EFF59);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;

}

.BuyingGuide,
.InstallationGuide,
.SoftwareGuide {
    width: 80vw;
    margin: 40px auto;

    background: #712C3E;
    border-radius: 25px;
    border: 5px solid black;
    font-size: 100%;
    color: #ffffff;

    padding: 30px;
}

.Title {
    font-size: 200%;
    text-align: center;
    margin-bottom: 20px;
}

.article1 {
    font-size: 125%;
    line-height: 1.6;
    margin-bottom: 20px;
}

img {
    display: block;
    margin: 20px auto;
    max-width: 100%;
    border-radius: 15px;
    border: 5px solid black;
}

.caption1 {
    font-size: 16px;
    text-align: center;
    opacity: 0.9;
}

.SoftwareGuide .menuPage {
    width: 200px;
    height: 60px;
    margin: 10px;
}

.SoftwareGuide {
    text-align: center;
}

.SoftwareGuide .menuPage
{
    font-size: 30px;
    color:#f5a623;
    text-decoration: none;
}

/*  MFG Page */


.article {
    width: 80vw;
    margin: 40px auto;

    background: #712C3E;
    border-radius: 25px;
    border: 5px solid black;

    padding: 30px;
    color: #ffffff;
}

.article .Title {
    margin-top: 40px;
    margin-bottom: 15px;

    font-size: 200%;
    text-align: center;
}

.text {
    font-size: 125%;
    line-height: 1.7;
    margin-bottom: 25px;

    max-width: 60vw;
    margin-left: auto;
    margin-right: auto;
}

.comparison {
    font-size: 115%;
    line-height: 1.6;

    background: rgba(27, 1, 10, 0.30);
    padding: 20px;
    border-radius: 15px;

    margin: 30px auto;
    max-width: 900px;
}

.caption {
    font-size: 90%;
    text-align: center;

    max-width: 50vw;
    margin: 20px auto;
}