﻿.Mybody {
}
.Mynavbar {
    width:100px;  
}
.Myul {
    list-style-type: none;
    width: 50px;
}
.Mycol-1 {
    -ms-flex:1 auto;
    flex:0 1 auto;
    max-width: 200px;
}
.Mycol-2 {
    -ms-flex: 1 auto;
    flex: 0 1 auto;
    max-width:75%;
    max-height:200px;
}
.myBorder {
    border: 10px solid;
}
.mydarkB {
    border: 10px solid;
    border-color: orange;
}
.Mya {
    color:aqua;
}
.MyBga {
    background-color:aqua;
}
.Myaligntop {
    margin-top:10px;
}

.Mybtn {
    display: inline-block;
    font-weight: 400;
    color:aqua;
    text-align: left;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}