#full{
    height: 1400px;
    width: 85%;

    position: relative;
    left: 8%;
}
#so1 {
    height: 150px;
    width: 100%;
    border-radius: 10px 10px 10px 10px;
    display: flex;
    box-shadow: 0px 0px 0px 2px rgb(53, 53, 151);
}
#so2 {
    margin-top: 20px;
    height: 400px;
    width: 100%;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 0px 3px rgb(53, 53, 151);
}
#bocso3-4{
    margin-top: 20px;
     height: 150px;
    width: 100%;

    display: flex;
}
#so3 { 
    height: 120px;
    width: 40%;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 0px 3px rgb(53, 53, 151);
}
#so4 { 
    height: 120px;
    width: 60%;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 0px 3px rgb(53, 53, 151);
    margin-left: 30px;
}
#so5 { 
    height: 450px;
    width: 100%;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 0px 1px black;

}
#so2-1 {
    height: 100px;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    display: flex;
    box-shadow: 0px 0px 0px 2px rgb(53, 53, 151);
    background-color: rgb(53, 53, 151);
    display: flex;
}
#so2-2 {
    height: 300px;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    display: flex;

}
#so1-1 {
    height: 100px;
    width: 10%;
    display: flex;
    margin-left: 60px;
}

#so1-2 {
    height: 100px;
    width: 60%;
    display: flex;
    margin-left: 200px;
}
.linkso1 {
    margin-left: 20px;
    margin-top: 40px;
    text-align: center;
    color: rgb(53, 53, 151);
}
.linkso2{
    color: white;
}
.nutso1{
    margin-top: 20px;
    margin-left: 30px;
    height: 40px;
    width: 250px;
    border-radius: 10px;
}
.nutso2{
    margin-top: 20px;
    margin-left: 30px;
    height: 40px;
    width: 390px;
    border-radius: 10px;
}
table {
        text-align: top; 
        margin-right: 20px;
        margin-top: 30px;
        border-collapse: collapse;
        float: left;
        cursor: pointer;
    }
    th,td {
        border: 1px solid rgb(53, 53, 151);
        padding: 8px;
        text-align: left;
        height: 40px;
        width: 400px;
    }
    th {
        background-color: darkblue;
        color: white;
    }
        