.choice{
    display: flex;
    flex-direction: row;

}

body{
    margin: 0;
    font-family: "Arial", SansSerif, serif;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.choice h3{
    color: white;
    background: #2b2626;
    margin: 0;
    padding: 15px 25px;
    border-radius: 5px;
}
#select_os{
    width: 20vw;
    height: 5vh;
    border: 3px solid #dd3333;
    border-radius: 5px;
    font-size: 18px;
    margin-left: 10px;
}

table{
    border-collapse: separate;
    border-spacing: 10px;
    margin: 10px 4dvw;
}
td{
    padding: 10px;
    font-size: 20px;
}

body{
    background-image: url("images/фон.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.down_btn a{
    text-decoration: none;
    color: white;
}
.down_btn{
    background: #383333;
    border-radius: 10px;
}



.main{
    width: 60vw;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    height: fit-content;
}
.path{
    color: #c6c3c3;
    text-shadow: #ffca00 1px 0 10px;
}

h1{
    color: #c6c3c3;
    text-shadow: #DD3333FF 1px 0 5px;
    margin-top: 40px;
}

h2{
   /* color: #c6c3c3;
    text-shadow: #DD3333FF 1px 0 5px; */
    margin-top: -10px;
    font-size: 1.2em;
    color: #c6c3c3;
    opacity: 60%;
    
}

.file-exe{
    color: #c6c3c3;
    text-shadow: #DD3333FF 1px 0 10px;
}
.down_btn_act a{
    text-decoration: none;
    color: white;
}
.down_btn_act{
    background: #dd3333;
    border-radius: 10px;
}
.down_btn:hover{
    background: #dd3333;
    border-radius: 10px;
}

#result{
    width: fit-content;
}

.icon_images{
    font-size: x-large;
}

#footer_block{
    height: fit-content;
    text-align: center;
    padding: 15px 0;
    color: white;
    background-color: rgb(35, 33, 33, 0.35);
}

#Polina{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.fa-github, .fa-globe{

}

.text_icons{
    margin: auto 0;
}

.fa{
    margin: 3px;
    padding: 5px;
    border-radius: 5px;
    color: white;
    background: #121212;
}

#beybeast a{
    text-decoration: none;
    font-size: 12px;
    color: grey;
}